コード例 #1
0
 public FastInteger GetDigitLength()
 {
     this.knownBitLength = this.knownBitLength ?? this.CalcKnownBitLength();
     return(FastInteger.CopyFrozen(this.knownBitLength));
 }