Big Integer Properties
Properties
| Bit | Gets the number of bits in the number. |
| Decimal | 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. |
| IsPower | 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. |