Rounds the passed ??number??
down to the
nearest, lower integer and returns that rounded-down value as result
(by preserving the passed Real Number's data type for the return value
though). The originally passed ??number??
itself remains
untouched by this function.
floor(??number??)
Argument Name | Data Type | Description |
---|---|---|
??number?? |
Real Number | The real number to be rounded down. [required] |
Data Type | Description |
---|---|
Real Number | Rounded-down Real Number of the originally passed ??number?? . |
This functions accepts any standard unit and finalness for its argument ??number??
.
The return value's standard unit and finalness is identical to the passed ??number??
's one.
None yet.
ceil()
, round()
, real_to_int()
Since LinuxSampler 2.1.1.svn14.