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