ProtoFlux:Ceil: Difference between revisions

From Resonite Wiki
to standard
m the node
Line 12: Line 12:
|}}
|}}


== Usage ==
The '''Ceil''' node rounds the input up to the next integer (towards positive infinity).
Rounds the input up to the next integer (towards positive infinity).


== Inputs ==
== Inputs ==

Revision as of 03:28, 15 January 2024

Ceil
N
*
Math

The Ceil node rounds the input up to the next integer (towards positive infinity).

Inputs

N (Generic)

Numeric value to ceil.

Outputs

* (Generic)

The ceil of the input with a matching type. For types with multiple values, each individual value is ceiled.