ProtoFlux:Value Max: Difference between revisions

From Resonite Wiki
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
A
*
B
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.