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.
|
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. |
|