Truncates an object to a specified number of decimal places or significant digits, or to fit the current display format.
Level 2 | Level 1 | -> | Level 1 |
---|---|---|---|
z1 | ntruncate | -> | z2 |
z1 | 'symbtruncate' | -> | 'TRNC(z1,symbtruncate)' |
'symb1' | ntruncate | -> | 'TRNC(symb1,ntruncate)' |
'symb1' | 'symbtruncate' | -> | 'TRNC(symb1,symbtruncate)' |
[ array ]1 | ntruncate | -> | [ array ]2 |
x_unit | ntruncate | -> | y_unit |
x_unit | 'symbtruncate' | -> | 'TRNC(x_unit,symbtruncate)' |