ProtoFlux:Ceil To Int: Difference between revisions

From Resonite Wiki
m no usage
m the node
Line 12: Line 12:
|}}
|}}


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


== Inputs ==
== Inputs ==

Revision as of 03:11, 15 January 2024

CeilToInt
N
*
Math

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

Inputs

N (Generic)

The numeric type to ceil.

Outputs

* (int)

The int representation of the number'd ceil. For types with multiple values, all individual values will be ceiled to int.