Name

trunc — find the nearest integer less than or equal to the parameter

Declaration

genType trunc(genType x);

genDType trunc(genDType x);

Parameters

x

Specify the value to evaluate.

Description

trunc returns a a value equal to the nearest integer to x whose absolute value is not larger than the absolute value of x.

Version Support

FunctionVersion 1.10Version 1.20Version 1.30Version 1.40Version 1.50Version 3.30Version 4.00Version 4.10Version 4.20Version 4.30
trunc (genType)--YYYYYYYY
trunc (genDType)------YYYY

See Also

floor, round

Copyright

Copyright © 2011 Khronos Group. This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. http://opencontent.org/openpub/.