Function array( values, ... )
- Description:
-
Returns a floating point numeric array built from the given arguments.
- Parameters:
-
- values (floating point, one or more)
- one or more array elements
- Return Value (array of floating point):
- array
- Signature:
- double[] array(double...)