1.5

Table Of Contents
Examples
NewFloatArray()
Function that returns a new float array.
NewFloatArray(size)
Returns a new float array of size elements.
size
Integer that represents the number of elements in the new array.
Examples
NewIntArray()
Function that returns a new integer array of size elements.
NewIntArray(size)
Returns a new integer array of size elements.
size
Integer that represents the number of elements in the new array.
Examples
NewLongArray()
Function that returns a new long array.
NewLongArray(size)
Returns a new long array of size elements.
size
Integer that represents the number of elements in the new array.
Page 233