This documentation is archived and is not being maintained.
BigInteger Properties
Visual Studio 2010
The BigInteger type exposes the following members.
| Name | Description | |
|---|---|---|
|
IsEven | Indicates whether the value of the current BigInteger object is an even number. |
|
IsOne | Indicates whether the value of the current BigInteger object is BigInteger::One. |
|
IsPowerOfTwo | Indicates whether the value of the current BigInteger object is a power of two. |
|
IsZero | Indicates whether the value of the current BigInteger object is BigInteger::Zero. |
|
MinusOne | Gets a value that represents the number negative one (-1). |
|
One | Gets a value that represents the number one (1). |
|
Sign | Gets a number that indicates the sign (negative, positive, or zero) of the current BigInteger object. |
|
Zero | Gets a value that represents the number 0 (zero). |
Show: