Returns whether left quadruple-precision floating-point number is
less than another.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static bool operator <(
Quad left,
Quad right
)
Public Shared Operator < (
left As Quad,
right As Quad
) As Boolean
public:
static bool operator <(
Quad left,
Quad right
)
static let inline (<)
left : Quad *
right : Quad : bool
Parameters
- left
- Type: Extreme.MathematicsQuad
The first number to compare. - right
- Type: Extreme.MathematicsQuad
The second number to compare.
Return Value
Type:
Boolean if
left is
less than
right;
otherwise
.
Numerical Libraries
Supported in: 6.0, 5.x
Reference