Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

BigInteger::LessThanOrEqual Operator

 

Returns a value that indicates whether a specified value is less than or equal to another specified value.

Namespace:   System.Numerics
Assembly:  System.Numerics (in System.Numerics.dll)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticLessThanOrEqual(BigInteger, BigInteger)

Returns a value that indicates whether a BigInteger value is less than or equal to another BigInteger value.

System_CAPS_puboperatorSystem_CAPS_staticLessThanOrEqual(BigInteger, Int64)

Returns a value that indicates whether a BigInteger value is less than or equal to a 64-bit signed integer.

System_CAPS_puboperatorSystem_CAPS_staticLessThanOrEqual(BigInteger, UInt64)

Returns a value that indicates whether a BigInteger value is less than or equal to a 64-bit unsigned integer.

System_CAPS_puboperatorSystem_CAPS_staticLessThanOrEqual(Int64, BigInteger)

Returns a value that indicates whether a 64-bit signed integer is less than or equal to a BigInteger value.

System_CAPS_puboperatorSystem_CAPS_staticLessThanOrEqual(UInt64, BigInteger)

Returns a value that indicates whether a 64-bit unsigned integer is less than or equal to a BigInteger value.

Return to top
Show:
© 2017 Microsoft