-
Notifications
You must be signed in to change notification settings - Fork 1
Round_64
mtbeek32 edited this page Jan 31, 2024
·
6 revisions
Conversion functions round_64
round_64(a)
round_64(a) results in a integer data item rounded off from data item a. Float32/64 data items are round_64ed off to the int64 value type.
- data item with float32 or float64 value type
5.45
attribute<int32> round_64A (ADomain) := round_64(A);
A | round_64A |
---|---|
1.49 | 1 |
1.5 | 2 |
-1.49 | -1 |
-1.5 | -1 |
-1.51 | -2 |
ADomain, nr of rows = 5
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.