Max3

Abbreviation:
Category: Arithmetic

Input Parameters:

Name Range Default
Operand #1
Operand #2
Operand #3

 
Calculation:

if (Operand #1 >= Operand #2) and (Operand #1 >= Operand #3) then Operand #1
if (Operand #2 >= Operand #1) and (Operand #2 >= Operand #3) then Operand #2
if (Operand #3 >= Operand #1) and (Operand #3 >= Operand #2) then Operand #3
 

Was this article helpful?

Related Articles