ProtoFlux:Ceil To Int: Difference between revisions

From Resonite Wiki
add type to titles
m ProbablePrime moved page Ceil To Int (ProtoFlux) to ProtoFlux:Ceil To Int: Creating protoflux Namespace
(No difference)

Revision as of 06:52, 20 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.