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::LessThan Operator

 

Returns a value that indicates whether a specified value is less than a second specified value.

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

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticLessThan(BigInteger, BigInteger)

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

System_CAPS_puboperatorSystem_CAPS_staticLessThan(BigInteger, Int64)

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

System_CAPS_puboperatorSystem_CAPS_staticLessThan(BigInteger, UInt64)

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

System_CAPS_puboperatorSystem_CAPS_staticLessThan(Int64, BigInteger)

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

System_CAPS_puboperatorSystem_CAPS_staticLessThan(UInt64, BigInteger)

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

Return to top
Show:
© 2017 Microsoft