HELP
An object that creates a Coord from Real
numbers.

USE
Use Build Coord to build a Coord from Real
components.

LOCATION
Data ==> Build Data ==> Coord

NOTES
The number of data inputs determines the
number of coordinate fields.  The default
(and minimum) is 2 (x,y).  The maximum number
of coordinate fields is 10.

If one of the inputs is an array, the
other input(s) must be either a Scalar or an
array of the same size and shape.  All inputs
are converted to type Real.  The output is of
the same shape as the inputs.  The input
values' mappings are ignored.

The data input shape must be a Scalar or
Array 1D.

SEE ALSO
Build Data, Coord, UnBuild Coord, and UnBuild
Data.
