Returns whether a
BigInteger is less than or equal to another and returns the result.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static bool operator <=(
BigInteger left,
BigInteger right
)
Public Shared Operator <= (
left As BigInteger,
right As BigInteger
) As Boolean
public:
static bool operator <=(
BigInteger left,
BigInteger right
)
static let inline (<=)
left : BigInteger *
right : BigInteger : bool
Parameters
- left
- Type: Extreme.MathematicsBigInteger
The first number to compare. - right
- Type: Extreme.MathematicsBigInteger
The second number to compare.
Return Value
Type:
Boolean if
left is less than or equal to
right;
otherwise
.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference