ProtoFlux:Floor to Int: Difference between revisions

From Resonite Wiki
m the node
fix type links
Line 21: Line 21:
== Outputs ==
== Outputs ==


=== * (int) ===
=== * ([[Type:Int|int]]) ===
The int representation of the number's floor. For types with multiple values, all individual values will be floored to int.
The int representation of the number's floor. For types with multiple values, all individual values will be floored to int.


[[Category:ProtoFlux:Math]]
[[Category:ProtoFlux:Math]]

Revision as of 18:17, 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.