Big Float.Min Magnitude Method
Compares two values to compute which has the lesser magnitude.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
C#
x if it has a lesser magnitude than y; otherwise, y.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
public static BigFloat MinMagnitude(
BigFloat x,
BigFloat y
)
Parameters
Return Value
BigFloatx if it has a lesser magnitude than y; otherwise, y.