Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:CeilToInt: Difference between revisions

From Resonite Wiki
Yosh (talk | contribs)
m the node
YoshBot (talk | contribs)
m YoshBot moved page ProtoFlux:Ceil To Int to ProtoFlux:CeilToInt: Automated: removing spaces from ProtoFlux namespace
 
(3 intermediate revisions by 3 users not shown)
Line 12: Line 12:
|}}
|}}


The '''Ceil To Int''' node acts like [[Ceil (ProtoFlux) | Ceil]], but will always return an [[Types:Int | int]].
The '''Ceil To Int''' node acts like [[ProtoFlux:Ceil|Ceil]], but will always return an [[Type:int|int]].


== Inputs ==
== Inputs ==


=== N (Generic) ===
=== N (Generic) ===
The numeric type to ceil.
Numeric value to ceil.


== Outputs ==
== Outputs ==


=== * (int) ===
=== * ([[Type:Int|int]]) ===
The int representation of the number'd ceil. For types with multiple values, all individual values will be ceiled to int.
The ceiling of the input as an integer. For types with multiple values, all individual values will be rounded up to int.


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

Latest revision as of 23:44, 20 August 2025

CeilToInt
N
*
Math

The Ceil To Int node acts like Ceil, but will always return an int.

Inputs

N (Generic)

Numeric value to ceil.

Outputs

* (int)

The ceiling of the input as an integer. For types with multiple values, all individual values will be rounded up to int.