Quad.LessThan 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#
public static bool operator <(
	Quad left,
	Quad right
)

Parameters

left  Quad
The first number to compare.
right  Quad
The second number to compare.

Return Value

Boolean
true if left is less than right; otherwise false.

See Also