Determines if a rational number is not equal to another and returns the result.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static bool operator !=(
BigRational left,
int right
)
Public Shared Operator <> (
left As BigRational,
right As Integer
) As Boolean
public:
static bool operator !=(
BigRational left,
int right
)
static let inline (<>)
left : BigRational *
right : int : bool
Parameters
- left
- Type: Extreme.MathematicsBigRational
A rational number. - right
- Type: SystemInt32
A rational number.
Return Value
Type:
Boolean if
left is not equal to
right; otherwise
.
Reference