System.Xml.Xsl.XPathConvert.FloatingDecimal.this C# (CSharp) 메소드

this() 공개 메소드

public this ( int ib ) : byte
ib int
리턴 byte
            public byte this[int ib] {
                get {
                    Debug.Assert(0 <= ib && ib < mantissaSize);
                    return mantissa[ib];
                }
            }