Math.Floor¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The input float or sequence of floats to round down. | Float Float2 Float3 Float4 Color [Any] |
||
Output ➡️ |
Outputs the input rounded down to the nearest integer (as a float). | Float Float2 Float3 Float4 Color [Any] |
This shard rounds down the input to the nearest integer.
Examples¶
1 2 |
|
[info] [sample-wire] @f3(-1 4 7)