TAL Reference Manual

TAL Syntax Summary (Railroad Diagrams)
Appendix B—526371.001
B-42
$EFLT Function
$EFLT Function
The $EFLT function returns a REAL(64) value from an INT, INT(32), FIXED (fpoint), or
REAL expression.
$EFLTR Function
The $EFLTR function returns a REAL(64) value from an INT, INT(32), FIXED (fpoint),
or REAL expression and applies rounding to the result.
$FIX Function
The $FIX function returns a FIXED(0) value from an INT, INT(32), REAL, or REAL(64)
expression.
$FIXD Function
The $FIXD function returns an INT(32) value from a FIXED(0) expression.
$FIXI Function
The $FIXI function returns the signed INT equivalent of a FIXED(0) expression.
$EFLT ( expression
)
VSTB105.vsd
$EFLTR ( expression )
VSTB106.vsd
$FIX ( expression )
VSTB107.vsd
$FIXD ( fixed - expression
)
VSTB108.vsd
$FIXI ( fixed - expression
)
VSTB109.vsd