Quad.Min Number Method
Compares two values to compute which is lesser and returning the other value if an input is NaN.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
x if it is less than y; otherwise, y.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static Quad MinNumber(
Quad x,
Quad y
)
Parameters
Return Value
Quadx if it is less than y; otherwise, y.