ProtoFlux:CeilToInt: Difference between revisions

From Resonite Wiki
cleanup
m YoshBot moved page ProtoFlux:Ceil To Int to ProtoFlux:CeilToInt: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 23:44, 20 August 2025

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.