Gets a delegate that returns
the length of the hypotenuse of a right-angled
triangle with sides of specified length.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static Func<T, T, T> Hypot { get; }
Public Shared ReadOnly Property Hypot As Func(Of T, T, T)
Get
public:
static property Func<T, T, T>^ Hypot {
Func<T, T, T>^ get ();
}
static member Hypot : Func<'T, 'T, 'T> with get
Property Value
Type:
FuncT,
T,
T
The calculation of the hypotenuse
involves squaring the arguments. Unless special
precautions are taken, an overflow may occur
during the calculations even if the result is within
acceptable bounds.
Numerical Libraries
Supported in: 6.0
Reference