10 15 12 Subtract

LANSA Technical

10.15.12 Subtract

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

Input Parameters

Object – Value by which the subject is subtracted

Example

 

#Float := #Float.subtract(#Float2)

 

This is equivalent to writing

 

#Float -= #Float2

 

 or

 

#Float := #Float ;- #Float2 

 

 Ý 10.15 Floating Point Intrinsic Functions