ProtoFlux:Ceil: Difference between revisions

From Resonite Wiki
m fix name
to standard
Line 12: Line 12:
|}}
|}}


Rounds the value provided to the next whole number.
== Usage ==
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.


[[Category:ProtoFlux:Math]]
[[Category:ProtoFlux:Math]]

Revision as of 01:22, 15 January 2024

Ceil
N
*
Math

Usage

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.