Quad.Max Magnitude Number Method
            
            Compares two values to compute which has the greater magnitude and returning the other value if an input is NaN.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
x if it has a greater magnitude than y; otherwise, y.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public static Quad MaxMagnitudeNumber(
	Quad x,
	Quad y
)Parameters
Return Value
Quadx if it has a greater magnitude than y; otherwise, y.