NI MATRIXx Reference Manual
Chapter 3 Ada Language Reference
© National Instruments Corporation 3-25 AutoCode Reference
LONGINTCAST
Fixed-point value to
RT_LONG_INTEGER conversion.
LONGINTCAST_TRUNC
Fixed-point value to
RT_LONG_INTEGER conversion using
truncation.
LONGINTCAST_ROUND
Fixed-point value to
RT_LONG_INTEGER conversion using
rounding.
BOOLEANCAST
Fixed-point value to RT_BOOLEAN
conversion.
INTFIXEDCAST
RT_INTEGER to a fixed-point type
conversion.
LONGINTFIXEDCAST
RT_LONG_INTEGER to a fixed-point type
conversion.
BOOLEANFIXEDCAST
RT_BOOLEAN to a fixed-point type
conversion.
FLOATFIXEDCAST
RT_FLOAT to a fixed-point type
conversion.
FLOATFIXEDCAST_TRUNC
RT_FLOAT to a fixed-point type
conversion with truncation.
FLOATFIXEDCAST_ROUND
RT_FLOAT to a fixed-point type
conversion with rounding.
FIXED_CAST
Conversion between two different
fixed-point types.
FIXED_CAST_TRUNC
Conversion between two different
fixed-point types with truncation.
FIXED_CAST_ROUND
Conversion between two different
fixed-point types with rounding.
NOOPCAST
Conversion to the same fixed-point type.
Table 3-9. Generic Function Summary (Continued)
Function Name Purpose