Constructor Int64sRef
Int64sRef()
Create a Int64sRef with EMPTY_INT64S
Declaration
public Int64sRef()
Int64sRef(Int32)
Create a Int64sRef pointing to a new array of size capacity
.
Offset and length will both be zero.
Declaration
public Int64sRef(int capacity)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | capacity |
Int64sRef(Int64[], Int32, Int32)
This instance will directly reference longs
w/o making a copy.
longs
should not be null
.
Declaration
public Int64sRef(long[] longs, int offset, int length)
Parameters
Type | Name | Description |
---|---|---|
System.Int64[] | longs | |
System.Int32 | offset | |
System.Int32 | length |