floor
|
The floor function returns the largest Integer less than or equal to the numeric argument. Usage The floor function is a type of rounding function that always rounds DOWN to the
nearest Integer. The number returned by the ceiling function will be less than or
equal to the Number argument. (See the ceiling function for rounding up or the round
function for normal rounding .)
(floor num) The largest Integer that is less than or equal to the argument.
Expression:
Arguments
Name
Type
Description Argument: num Number
A Number
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
Number | Integer |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|