ProtoFlux:Floor to Int

From Resonite Wiki
Revision as of 03:41, 5 June 2024 by Yosh (talk | contribs) (cleanup, match ceil to int)
(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.