IntegerArray.IntegerArray

IntegerArray(Memory<byte>, IndexEncodingType)

Initializes a new instance of the IntegerArray struct.

public IntegerArray(Memory<byte> source, 
    IndexEncodingType encoding = IndexEncodingType.UNSIGNED_INT)
ParameterTypeDescription
sourceMemory`1The array range to wrap.
encodingIndexEncodingTypeByte encoding.

See Also


IntegerArray(Memory<byte>, int, int, IndexEncodingType)

Initializes a new instance of the IntegerArray struct.

public IntegerArray(Memory<byte> source, int byteOffset, int itemsCount, IndexEncodingType encoding)
ParameterTypeDescription
sourceMemory`1The array range to wrap.
byteOffsetInt32The zero-based index of the first Byte in source.
itemsCountInt32The number of UInt32 items in source.
encodingIndexEncodingTypeByte encoding.

See Also