Returns a value indicating whether two instances
of
ComplexMatrix are not equal.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static bool operator !=(
ComplexMatrix matrix1,
ComplexMatrix matrix2
)
Public Shared Operator <> (
matrix1 As ComplexMatrix,
matrix2 As ComplexMatrix
) As Boolean
public:
static bool operator !=(
ComplexMatrix^ matrix1,
ComplexMatrix^ matrix2
)
static let inline (<>)
matrix1 : ComplexMatrix *
matrix2 : ComplexMatrix : bool
Parameters
- matrix1
- Type: Extreme.MathematicsComplexMatrix
A ComplexMatrix. - matrix2
- Type: Extreme.MathematicsComplexMatrix
A ComplexMatrix.
Return Value
Type:
Boolean if the two vectors have different
lengths, or not all their components are identical;
otherwise
.
Numerical Libraries
Supported in: 5.x, 4.x
Reference