fpoint
- Details
- Last Updated on Monday, 04 February 2013 15:01
syntax
- fpoint(a)
definition
fpoint(a) casts the coordinates of a point data item a to the fpoint (float32 coordinate) value type.
applies to
Data items and units with value types:
- group: Point
since version
5.15
example
attribute<fpoint> fpointA (ADomain): expr = "fpoint(A)";
| A(spoint) | fpointA | |
| {0,0} | {0,0} | |
| {1,1} | {1,1} | |
| null | null | |
| {-2,2} | {-2,2} | |
| {99,99} | {99,99} |