ProtoFlux:Floor to Int: Difference between revisions

From Resonite Wiki
m type -> numeric type
m the node
Line 12: Line 12:
|}}
|}}


== Usage ==
The '''Floor To Int''' node acts like [[Floor (ProtoFlux) | Floor]], but will always return an [[Types:Int | int]].
This node acts like [[Floor (ProtoFlux) | Floor]], but will always return an [[Types:Int | int]].


== Inputs ==
== Inputs ==

Revision as of 03:29, 15 January 2024

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.