RoundUp_64 - ObjectVision/GeoDMS GitHub Wiki
Conversion functions roundUp_64
roundUp_64(a)
roundUp_64(a) results in a integer data item rounded off upwards from data item a. Float32/64 data items are rounded off to the int64 value type.
- data item with float32 or float64 value type
5.45
attribute<int32> roundUp_64A (ADomain) := roundUp_64(A);
A | roundUp_64A |
---|---|
1.49 | 2 |
1.5 | 2 |
-1.49 | -1 |
-1.5 | -1 |
-1.51 | -1 |
ADomain, nr of rows = 5