1.5

Table Of Contents
Examples
NewByteArray()
Function that returns a new byte array.
NewByteArray(size)
Returns a new byte array of size elements.
size
Integer that represents the number of elements in the new array.
Examples
NewCharArray()
Function that returns a new character array.
NewCharArray(size)
Returns a new character array of size elements.
size
Integer that represents the number of elements in the new array.
Examples
NewDoubleArray()
Function that returns a new double array.
NewDoubleArray(size)
Returns a new double array of size elements.
size
Integer that represents the number of elements in the new array.
Page 232