add ceiltoint |
cleanup |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 8: | Line 8: | ||
|Outputs= | |Outputs= | ||
[ | [ | ||
{"Name": "*", "Type":" | {"Name": "*", "Type":"int"} | ||
] | ] | ||
|}} | |}} | ||
[[Ceil | The '''Ceil To Int''' node acts like [[ProtoFlux:Ceil|Ceil]], but will always return an [[Type:int|int]]. | ||
== Inputs == | |||
=== N (Generic) === | |||
Numeric value to ceil. | |||
== Outputs == | |||
=== * ([[Type:Int|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]] |