Floating Point Intrinsic Functions - Add Method
Add two floats
Member of Floating Point Intrinsic Functions (PRIM_LIBI.IFloatingPointIntrinsics)
Name |
Type |
Data Type |
Description |
Result |
*Result (Optional) |
Float |
Resulting number |
Object |
*Input |
Float |
Number to Add |
Add adds the value specified in the Object parameter to the subject variable
#Float := #Float.Add(#Float2)
This is the same as writing
#Float += #Float2
or
#Float := #Float + #Float2
All Component Classes
Technical Reference