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
989onan (talk | contribs)
add type to titles
Line 21: Line 21:
== 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 int representation of the number'd ceil. For types with multiple values, all individual values will be ceiled to int.


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

Revision as of 18:12, 15 January 2024

CeilToInt
N
*
Math

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

Inputs

N (Generic)

The numeric type to ceil.

Outputs

* (int)

The int representation of the number'd ceil. For types with multiple values, all individual values will be ceiled to int.