public static class BigIntegerExtensions
<ExtensionAttribute>
Public NotInheritable Class BigIntegerExtensions
[ExtensionAttribute]
public ref class BigIntegerExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type BigIntegerExtensions = class end
GetEnabledBitCount | Returns the number of '1' or '0' bits in the current BigInteger object. |
ToBinaryString | Converts current value of the BigInteger class to a binary string. |
ToLittleEndianByteArray | Gets a byte array of the current instance of BigInteger object in a little-endian byte order. |