Returns whether a
BigInteger is not equal to an integer.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public static bool operator !=(
int left,
BigInteger right
)
Public Shared Operator <> (
left As Integer,
right As BigInteger
) As Boolean
public:
static bool operator !=(
int left,
BigInteger right
)
static let inline (<>)
left : int *
right : BigInteger : bool
Parameters
- left
- Type: SystemInt32
The first number to compare. - right
- Type: Extreme.MathematicsBigInteger
The second number to compare.
Return Value
Type:
Boolean if
left is not equal to
right;
otherwise
.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference