Altaxo(Core+Base) class reference (0.53.0.429, 2005/12/22)

BasicFunctions.hypot Method (Single, Single, Single)

The standard hypot() function for three arguments taking care of overflows and zerodivides.

public static float hypot(
   Single x,
   Single y,
   Single z
);

Parameters

x
First argument.
y
Second argument.
z
Third argument.

Return Value

Square root of the sum of x-square, y-square and z-square.

See Also

BasicFunctions Class | Altaxo.Calc Namespace | BasicFunctions.hypot Overload List