10 15 24 FAbs

LANSA Technical

10.15.24 FAbs

Applies the floating point fabs() function to a float data type, returning a float result that is the positive value of the float supplied.

Input Parameters

None

Example

(-9.0).AsFloat().FAbs()
 

yields the result 9.0

Ý 10.15 Floating Point Intrinsic Functions