ProtoFlux:Floor to Int: Difference between revisions

From Resonite Wiki
add floortoint
 
cleanup, match ceil to int
 
(5 intermediate revisions by 3 users not shown)
Line 12: Line 12:
|}}
|}}


[[Floor (ProtoFlux) | Floor]] that will always return an [[Types:Int | int]].
The '''Floor To Int''' node acts like [[ProtoFlux:Floor|Floor]], but will always return an [[Type:int|int]].
 
== Inputs ==
 
=== N (Generic) ===
Numeric value to floor.
 
== Outputs ==
 
=== * ([[Type:Int|int]]) ===
The floor of the input as an integer. For types with multiple values, all individual values will be floored to int.


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

Latest revision as of 03:41, 5 June 2024

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.