2018.2

Table Of Contents
newByteArray(size)
Returns a new byte array of of the specified number of elements.
size
Integer that represents the number of elements in the new array.
newCharArray()
Function that returns a new Char array.
newCharArray(size)
Returns a new Char array of the specified number of elements.
size
Integer that represents the number of elements in the new array.
newDoubleArray()
Function that returns a new double array.
newDoubleArray(size)
Returns a new Double array of the specified number of elements.
size
Integer that represents the number of elements in the new array.
newFloatArray()
Function that returns a new float array.
newFloatArray(size)
Returns a new Float array of the specified number of elements.
size
Integer that represents the number of elements in the new array.
Page 364