Big Float.Inequality Operator
Returns whether a BigFloat is not equal to another.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
true if left is not equal to right; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static bool operator !=(
BigFloat? left,
BigFloat? right
)
Parameters
Return Value
Booleantrue if left is not equal to right; otherwise false.