Contents



DH_FloatAbs

Next

Function:

Outputs the absolute value of the input:

abs(x) = x for x >= 0,
            -x for x < 0
 

Left-hand side pins:

Value In - The input value.

Value Out - The absolute value of Value In.

 

Right-hand side pin:

Value Out - The absolute value of Value In.