ProtoFlux:FloortoInt

From Resonite Wiki
Revision as of 00:16, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Floor to Int to ProtoFlux:FloortoInt: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.