Fixed Point Intrinsic Functions (PRIM_LIBI.IFixedPointIntrinsics)

Fixed point intrinsic functions

Ancestors - None

Details

Container for all fixed point intrinsic functions

Methods

NameDescription
AsDisplayStringConvert the variable to a formatted string
Result, Format, Mask
AsFloatReturn the number as a float
Result
AsStringReturn the variable as a string
Result
BoundApply boundary values to the variable
Result, NumberOne, NumberTwo
IsBetweenTest if the value is within a range
Result, NumberOne, NumberTwo
MaxReturns the largest number
Result, Decimal1, Decimal2, Decimal3, Decimal4, Decimal5, Decimal6, Decimal7, Decimal8, Decimal9
MinReturns the smallest number
Result, Decimal1, Decimal2, Decimal3, Decimal4, Decimal5, Decimal6, Decimal7, Decimal8, Decimal9
PredDecrement the value by 1
Result
RoundRound the number to the nearest n decimal places
Result, Operation, Decimals
SuccIncrement the value by 1
Result

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2