Method Allocate
Allocate(Int32)
Creates a long buffer based on a newly allocated long array.
Declaration
public static Int64Buffer Allocate(int capacity)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | capacity | the capacity of the new buffer. |
Returns
Type | Description |
---|---|
Int64Buffer | the created long buffer. |