ProtoFlux:Floor to Int

From Resonite Wiki
Revision as of 01:18, 15 January 2024 by Yosh (talk | contribs) (fill to the standard)
FloorToInt
N
*
Math

Usage

This node acts like Floor, but will always return an int.

Inputs

N (Generic)

The type to floor.

Outputs

* (int)

The int representation of the number's floor. For types with multiple values, all individual values will be floored to int.