This documentation is archived and is not being maintained.
BigInteger::CompareTo Method (Int64)
Visual Studio 2010
Compares this instance to a signed 64-bit integer and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the signed 64-bit integer.
Assembly: System.Numerics (in System.Numerics.dll)
Parameters
- other
- Type: System::Int64
The signed 64-bit integer to compare.
Return Value
Type: System::Int32A signed integer value that indicates the relationship of this instance to other, as shown in the following table.
Return value | Description |
|---|---|
Less than zero | The current instance is less than other. |
Zero | The current instance equals other. |
Greater than zero | The current instance is greater than other. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: