Light | Dark

floor

Name

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

Declaration

genType floor( genType x);

Parameters

x

Specify the value to evaluate.

Description

floor returns a value equal to the nearest integer that is less than or equal to x.

Version Support

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

See Also

trunc, round

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