Operations<T>.Min Number Method
Returns the smallest 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 MinNumber(
T a,
T b
)