Operations<T>.MinNumber 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.0
C#
public static T MinNumber(
	T a,
	T b
)

Parameters

a  T
 
b  T
 

Return Value

T

See Also