wpoint
- Details
- Last Updated on Monday, 04 February 2013 14:58
syntax
- wpoint(a)
definition
wpoint(a) casts the coordinates of a point data item a to the wpoint (uint16 coordinate) value type.
applies to
Data items and units with value types:
- group: Point
since version
5.15
example
attribute<wpoint> wpointA (ADomain): expr = "wpoint(A)";
| A(fpoint) | wpointA | |
| {0,0} | {0,0} | |
| {1,1} | {1,1} | |
| {1000000,10000000} | null | |
| {-2.5, 2.5} | null | |
| {99.9 ,99.9} | {99,99} |