ProtoFlux:Floor to Int: Difference between revisions

From Resonite Wiki
add floortoint
 
fill to the standard
Line 12: Line 12:
|}}
|}}


[[Floor (ProtoFlux) | Floor]] that will always return an [[Types:Int | int]].
== Usage ==
This node acts like [[Floor (ProtoFlux) | Floor]], but will always return an [[Types:Int | 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.


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

Revision as of 01:18, 15 January 2024

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.