ProtoFlux:Ceil To Int

From Resonite Wiki
Revision as of 02:34, 15 January 2024 by Yosh (talk | contribs) (no usage)
CeilToInt
N
*
Math

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.