BigInteger Properties

Properties

BitCount Gets the number of bits in the number.
DecimalDigitCount Gets the number of decimal digits in the number.
IsEven Gets whether the number is even.
IsOdd Gets whether the number is odd.
IsOne Gets whether the number equals 1.
IsPowerOfTwo Gets whether the number is a power of two..
IsZero Gets whether the number is zero.
Sign Gets the sign of this BigInteger: -1, 0, or 1.

See Also