TAL Reference Manual
TAL Syntax Summary (Railroad Diagrams)
Appendix B—526371.001
B-44
$IFIX Function
$IFIX Function
The $IFIX function returns a FIXED (fpoint) value from a signed INT expression.
$INT Function
The $INT function returns an INT value from the low-order 16 bits of an INT(32 or
FIXED(0) expression. $INT returns a fully converted INT expression from a REAL or
REAL(64) expression.
$INTR Function
The $INTR function returns an INT value from the low-order 16 bits of an INT(32) or
FIXED(0) expression. $INTR returns a fully converted and rounded INT expression
from a REAL or REAL(64) expression.
$LADR Function
The $LADR function returns the standard (16-bit) address of a variable that is
accessed through an extended (32-bit) pointer.
$IFIX ( int - expression
,
VSTB115.vsd
fpoint
)
$INT ( expression
)
VSTB116.vsd
$INTR ( expression
)
VSTB117.vsd
$LADR ( variable
)
VSTB118.vsd