Math<T>.Min(T, T, T) Method

Returns the smallest of three numbers.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static T Min(
	T value1,
	T value2,
	T value3
)

Parameters

value1  T
The first value.
value2  T
The second value.
value3  T
The third value.

Return Value

T

See Also