Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:FloortoInt

From Resonite Wiki
(Redirected from ProtoFlux:Floor to Int)
FloorToInt
N
*
Math

The Floor To Int node acts like Floor, but will always return an int.

Inputs

N (Generic)

Numeric value to floor.

Outputs

* (int)

The floor of the input as an integer. For types with multiple values, all individual values will be floored to int.