floor

The floor Statement

The floor statement lets you calculate the largest integral value that is not greater than the input (second) argument and store the result in its output (first) argument. The syntax of the floor statement is shown below.

 floor x, y // store the floor of y in x

Generated by  doxygen 1.6.2