Click or drag to resize

BigIntegerExtensions Class

Contains CLR extensions for BigInteger class.
Inheritance Hierarchy
SystemObject
  SysadminsLV.PKI.Utils.CLRExtensionsBigIntegerExtensions

Namespace:  SysadminsLV.PKI.Utils.CLRExtensions
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public static class BigIntegerExtensions

The BigIntegerExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetEnabledBitCount
Returns the number of '1' or '0' bits in the current BigInteger object.
Public methodStatic memberToBinaryString
Converts current value of the BigInteger class to a binary string.
Public methodStatic memberToLittleEndianByteArray
Gets a byte array of the current instance of BigInteger object in a little-endian byte order.
Top
See Also