-
Notifications
You must be signed in to change notification settings - Fork 1
Neg
mtbeek32 edited this page Jan 25, 2024
·
10 revisions
Arithmetic functions negative (-)
- neg(a)
- - a
neg(a) or - a results in the negative values of data item a.
Data item or unit with Numeric value type
1. attribute<float32> negA (ADomain) := neg(A);
2. attribute<float32> negA (ADomain) := - A;
A | negA |
---|---|
0 | 0 |
1 | -1 |
-2 | 2 |
3.6 | -3.6 |
999 | -999 |
ADomain, nr of rows = 5
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.