Function array( x1, x2, x3, x4, x5, x6 )

Description:
Returns a numeric array built from given elements.
Parameters:
x1 (floating point)
array element 1
x2 (floating point)
array element 2
x3 (floating point)
array element 3
x4 (floating point)
array element 4
x5 (floating point)
array element 5
x6 (floating point)
array element 6
Return Value (array of floating point):
6-element array
Signature:
double[] array(double, double, double, double, double, double)