ProtoFlux:Ceil To Int

From Resonite Wiki
Revision as of 03:28, 5 June 2024 by Yosh (talk | contribs) (cleanup)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
CeilToInt
N
*
Math

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

Inputs

N (Generic)

Numeric value to ceil.

Outputs

* (int)

The ceiling of the input as an integer. For types with multiple values, all individual values will be rounded up to int.