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