ProtoFlux:Ceil

From Resonite Wiki
Ceil
N
*
Math

The Ceil node returns the ceiling of the input type, or the smallest integral value greater than or equal to the specified number. This is also known as "rounding towards positive infinity".

Inputs

N (Generic)

Numeric value to ceil.

Outputs

* (Generic)

The ceiling of the input with a matching type. For types with multiple values, each individual value is rounded up.

See Also