BigInteger PropertiesSSH .NET Client Library Documentation
The BigInteger type exposes the following members.
Properties

  NameDescription
Public propertyBitLength
Gets number of bits used by the number.
Public propertyIsEven
Indicates whether the value of the current System.Numerics.BigInteger object is an even number.
Public propertyIsOne
Indicates whether the value of the current System.Numerics.BigInteger object is System.Numerics.BigInteger.One.
Public propertyIsPowerOfTwo
Indicates whether the value of the current System.Numerics.BigInteger object is a power of two.
Public propertyIsZero
Indicates whether the value of the current System.Numerics.BigInteger object is System.Numerics.BigInteger.Zero.
Public propertyStatic memberMinusOne
Gets a value that represents the number negative one (-1).
Public propertyStatic memberOne
Gets a value that represents the number one (1).
Public propertySign
Gets a number that indicates the sign (negative, positive, or zero) of the current System.Numerics.BigInteger object.
Public propertyStatic memberZero
Gets a value that represents the number 0 (zero).
Back to Top
See Also