ProtoFlux:Ceil: Difference between revisions

From Resonite Wiki
Add Plot
add link to number type
Line 28: Line 28:
}}
}}


The '''Ceil''' node rounds the input up to the next integer (towards positive infinity).
The '''Ceil''' node rounds the input up to the next [[Type:Int|integer]] (towards positive infinity).


== Inputs ==
== Inputs ==

Revision as of 21:44, 24 February 2024

Ceil
N
*
Math
1 2 -1 -2 -1 -2 1 2
ceil

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.