Constructor Packed64
Packed64(Int32, Int32)
Creates an array with the internal structures adjusted for the given limits and initialized to 0.
Declaration
public Packed64(int valueCount, int bitsPerValue)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | valueCount | The number of elements. |
System.Int32 | bitsPerValue | The number of bits available for any given value. |
Packed64(Int32, DataInput, Int32, Int32)
Creates an array with content retrieved from the given DataInput.
Declaration
public Packed64(int packedIntsVersion, DataInput in, int valueCount, int bitsPerValue)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | packedIntsVersion | |
DataInput | in | A DataInput, positioned at the start of Packed64-content. |
System.Int32 | valueCount | The number of elements. |
System.Int32 | bitsPerValue | The number of bits available for any given value. |