BigInteger.CompareTo Method

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

Compares two values.

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 method CompareTo(Double) Compares a big integer to a double.
Public method CompareTo(Int32) Compares a big integer to a 32-bit integer.
Public method CompareTo(Int64) Compares a big integer to a long.
Public method CompareTo(Object) Compares a big integer to a value.
Public method CompareTo(UInt32) Compares a big integer to an unsigned integer.
Public method CompareTo(UInt64) Compares a big integer to an unsigned long.
Public method CompareTo(BigInteger) Compares two BigInteger values.

Top

See Also

Reference

BigInteger Structure

Microsoft.SolverFoundation.Common Namespace