Decrement the value by 1
Member of Floating Point Intrinsic Functions (PRIM_LIBI.IFloatingPointIntrinsics)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | Float | Resulting number |
Pred returns the supplied variable decremented by 1.
If (#Previous = #Current.Pred)
This is equivalent to writing
If (#Previous = (#Current - 1))
Febuary 18 V14SP2