Min4

Abbreviation:
Category: Arithmetic

Input Parameters:

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

 
Calculation:

if (Operand #1 <= Operand #2) and (Operand #1 <= Operand #3) and (Operand #1 <= Operand #4) then Operand #1
if (Operand #2 <= Operand #1) and (Operand #2 <= Operand #3) and (Operand #2 <= Operand #4) then Operand #2
if (Operand #3 <= Operand #1) and (Operand #3 <= Operand #3) and (Operand #3 <= Operand #4) then Operand #3
if (Operand #4 <= Operand #1) and (Operand #4 <= Operand #2) and (Operand #4 <= Operand #3) then Operand #4
 

Was this article helpful?

Related Articles