Operations<T>.Max Number Method
Returns the largest of two numbers, returning NaN only when both value are NaN.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
public static T MaxNumber(
T a,
T b
)