m ProbablePrime moved page Ceil To Int (ProtoFlux) to ProtoFlux:Ceil To Int: Creating protoflux Namespace  | 
				m YoshBot moved page ProtoFlux:Ceil To Int to ProtoFlux:CeilToInt: Automated: removing spaces from ProtoFlux namespace  | 
				||
| (One intermediate revision by one other user not shown) | |||
| Line 12: | Line 12: | ||
|}}  | |}}  | ||
The '''Ceil To Int''' node acts like [[Ceil   | The '''Ceil To Int''' node acts like [[ProtoFlux:Ceil|Ceil]], but will always return an [[Type:int|int]].  | ||
== Inputs ==  | == Inputs ==  | ||
=== N (Generic) ===  | === N (Generic) ===  | ||
Numeric value to ceil.  | |||
== Outputs ==  | == Outputs ==  | ||
=== * ([[Type:Int|int]]) ===  | === * ([[Type:Int|int]]) ===  | ||
The   | 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]]  | ||