Quad.Min Method

Returns the smaller of two quadruple precision numbers.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static Quad Min(
	Quad value1,
	Quad value2
)

Parameters

value1  Quad
The first of two quadruple precision numbers to compare.
value2  Quad
The second of two quadruple precision numbers to compare.

Return Value

Quad
Parameter value1 or value2, whichever is smaller.

Implements

INumber<TSelf>.Min(TSelf, TSelf)

See Also