m ProbablePrime moved page Floor to Int (ProtoFlux) to ProtoFlux:Floor to Int: Creating protoflux Namespace |
cleanup, match ceil to int |
||
Line 12: | Line 12: | ||
|}} | |}} | ||
The '''Floor To Int''' node acts like [[Floor | The '''Floor To Int''' node acts like [[ProtoFlux:Floor|Floor]], but will always return an [[Type:int|int]]. | ||
== Inputs == | == Inputs == | ||
=== N (Generic) === | === N (Generic) === | ||
Numeric value to floor. | |||
== Outputs == | == Outputs == | ||
=== * ([[Type:Int|int]]) === | === * ([[Type:Int|int]]) === | ||
The | The floor of the input as an integer. For types with multiple values, all individual values will be floored to int. | ||
[[Category:ProtoFlux:Math]] | [[Category:ProtoFlux:Math]] |