Light | Dark

trunc

Name

trunc — find the truncated value of the parameter

Declaration

genType trunc( genType x);

Parameters

x

Specify the value to evaluate.

Description

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

Version Support

OpenGL ES Shading Language Version
Function Name 1.00 3.00 3.10
trunc (genType) -

See Also

floor, round

Think you can improve this page? Edit this page on GitHub.