MathHelperHypotenuse Method

Returns the length of the hypotenuse of a right angle triangle given the length of the opposite and adjacent sides.

Namespace: Dundas.BI.Utility
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public static double Hypotenuse(
	double a,
	double b
)

Parameters

a  Double
The length of the first side of the right angle triangle.
b  Double
The length of the second side of the right angle triangle.

Return Value

Double
The length of the hypotenuse.
See Also