TAL Reference Manual
TAL Syntax Summary (Railroad Diagrams)
Appendix B—526371.001
B-43
$FIXL Function
$FIXL Function
The $FIXL function returns the unsigned INT equivalent of a FIXED(0) expression.
$FIXR Function
The $FIXR function returns a FIXED(0) value from an INT, INT(32), FIXED, REAL, or
REAL(64) expression and applies rounding to the result.
$FLT Function
The $FLT function returns a REAL value from an INT, INT(32), FIXED (fpoint), or
REAL(64) expression.
$FLTR Function
The $FLTR function returns a REAL value from an INT, INT(32), FIXED (fpoint), or
REAL(64) expression and applies rounding to the result.
$HIGH Function
The $HIGH function returns an INT value that is the high-order 16 bits of an INT(32)
expression.
$FIXL ( fixed - expression
)
VSTB110.vsd
$FIXR ( expression
)
VSTB111.vsd
$FLT ( expression
)
VSTB112.vsd
$FLTR ( expression
)
VSTB113.vsd
$HIGH ( dbl - expression )
VSTB114.vsd