Quad.Less Than Operator
            
            
            
            
            Returns whether left quadruple-precision floating-point number is 
            less than another.
            
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
    C#
    
 
 
true if left is less than right; otherwise false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static bool operator <(
	Quad left,
	Quad right
)Parameters
Return Value
Booleantrue if left is less than right; otherwise false.