ProtoFlux:Floor to Int

From Resonite Wiki
Revision as of 06:52, 20 January 2024 by ProbablePrime (talk | contribs) (ProbablePrime moved page Floor to Int (ProtoFlux) to ProtoFlux:Floor to Int: Creating protoflux Namespace)
FloorToInt
N
*
Math

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

Inputs

N (Generic)

The numeric 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.