TAL Reference Manual
TAL Syntax Summary (Railroad Diagrams)
Appendix B—526371.001
B-41
$COMP Function
$COMP Function
The $COMP function obtains the one’s complement of an INT expression.
$DBL Function
The $DBL function returns an INT(32) value from an INT, FIXED(0), REAL, or
REAL(64) expression.
$DBLL Function
The $DBLL function returns an INT(32) value from two INT values.
$DBLR Function
The $DBLR function returns an INT(32) value from an INT, FIXED(0), REAL, or
REAL(64) expression and applies rounding to the result.
$DFIX Function
The $DFIX function returns a FIXED (fpoint) expression from an INT(32) expression.
$COMP ( int - expression )
VSTB100.vsd
$DBL ( expression )
VSTB101.vsd
$DBLL ( int - expression , int - expression )
VSTB102.vsd
$DBLR ( expression )
VSTB103.vsd
$DFIX ( dbl - expression ,
fpoint )
VSTB104.vsd