Method Bits2words
Bits2words(Int64)
Returns the number of 64 bit words it would take to hold numBits
.
Declaration
public static int Bits2words(long numBits)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | numBits |
Returns
Type | Description |
---|---|
System.Int32 |