Fixed Point Intrinsic Functions - AsFloat Method

Return the number as a float

Member of Fixed Point Intrinsic Functions (PRIM_LIBI.IFixedPointIntrinsics)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)FloatResulting float

Details

AsFloat allows a variable to be handled as a floating point number. If the variable contains characters that cannot be converted, the application will end with a run-time error.
 
Use IsFloat to test the variable before using AsFloat.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2