The BigInteger type exposes the following members.
| Name | Description |
---|
 | 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 | |
Top
Reference