add Value Max |
m Added explanations. |
||
(One intermediate revision by one other user not shown) | |||
Line 14: | Line 14: | ||
Returns the maximum between two values. | Returns the maximum between two values. | ||
== Inputs == | |||
=== A (Pseudo-generic) === | |||
One of the values to compare. | |||
=== B (Pseudo-generic) === | |||
One of the values to compare. | |||
== Outputs == | |||
=== * (Pseudo-generic) === | |||
Returns the result. | |||
[[Category:ProtoFlux:All]] | |||
[[Category:ProtoFlux:Math]] | [[Category:ProtoFlux:Math]] |
Latest revision as of 20:01, 27 May 2024
Max
Math
Returns the maximum between two values.
Inputs
A (Pseudo-generic)
One of the values to compare.
B (Pseudo-generic)
One of the values to compare.
Outputs
* (Pseudo-generic)
Returns the result.