BigRational.MinMagnitude Method

Compares two values to compute which is lesser.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static BigRational MinMagnitude(
	BigRational x,
	BigRational y
)

Parameters

x  BigRational
The value to compare with y.
y  BigRational
The value to compare with x.

Return Value

BigRational
x if it is less than y; otherwise, y.

Implements

INumberBase<TSelf>.MinMagnitude(TSelf, TSelf)

See Also