Floating Point Intrinsic Functions - Subtract Method

Subtract

Member of Floating Point Intrinsic Functions (PRIM_LIBI.IFloatingPointIntrinsics)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)FloatResulting number
Object*InputFloatValue to be substracted

Details

Subtract subtracts the value specified in the Object parameter from the subject variable.

Example

#Float := #Float.subtract(#Float2)
This is the same as writing
#Float -= #Float2
or
#Float := #Float - #Float2

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2