Returns the argument truncated to the next lowest integer. Examples:
Floor(3.45) = 3 Floor(7.89) = 7 Floor(-3.45) = -4
This function accepts only scalar input values. See floorv for a version that accepts vector input.
Number | Type | Compulsory | Default | Description |
1 | real | Yes | scalar |
Return type: real
▲Function Summary▲ | ||
◄ FIR | floorv ▶ |