BigInteger.GreaterThan Operator

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Returns a value that indicates whether one value is greater than the other.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public operatorStatic member GreaterThan(Double, BigInteger) Returns a value that indicates whether a big integer is greater than a double.
Public operatorStatic member GreaterThan(Int32, BigInteger) Returns a value that indicates whether a big integer is greater than an integer.
Public operatorStatic member GreaterThan(Int64, BigInteger) Returns a value that indicates whether a big integer is greater than a long.
Public operatorStatic member GreaterThan(UInt32, BigInteger) Returns a value that indicates whether a big integer is greater than an unsigned integer.
Public operatorStatic member GreaterThan(UInt64, BigInteger) Returns a value that indicates whether a big integer is greater than an unsigned long.
Public operatorStatic member GreaterThan(BigInteger, BigInteger) Returns a value that indicates whether a big integer is greater than another big integer.
Public operatorStatic member GreaterThan(BigInteger, Double) Returns a value that indicates whether a big integer is greater than a double.
Public operatorStatic member GreaterThan(BigInteger, Int32) Returns a value that indicates whether a big integer is greater than an integer.
Public operatorStatic member GreaterThan(BigInteger, Int64) Returns a value that indicates whether a big integer is larger than a long.
Public operatorStatic member GreaterThan(BigInteger, UInt32) Returns a value that indicates whether a big integer is greater than an unsigned integer.
Public operatorStatic member GreaterThan(BigInteger, UInt64) Returns a value that indicates whether a big integer is greater than an unsigned long.

Top

See Also

Reference

BigInteger Structure

Microsoft.SolverFoundation.Common Namespace