DoubleMatrixRow Operators and Type Conversions

Operators

Equality(DoubleMatrixRow, DoubleMatrixRow) Returns a value that indicates whether a DoubleMatrixRow instance is equal to another DoubleMatrixRow instance.
GreaterThan(DoubleMatrixRow, DoubleMatrixRow) Returns a value that indicates whether a DoubleMatrixRow instance is greater than another DoubleMatrixRow instance.
GreaterThanOrEqual(DoubleMatrixRow, DoubleMatrixRow) Returns a value that indicates whether a DoubleMatrixRow instance is greater than or equal to another DoubleMatrixRow instance.
(DoubleMatrixRow to DoubleMatrix) Performs an implicit conversion from DoubleMatrixRow to DoubleMatrix.
Inequality(DoubleMatrixRow, DoubleMatrixRow) Returns a value that indicates whether a DoubleMatrixRow instance is not equal to another DoubleMatrixRow instance.
LessThan(DoubleMatrixRow, DoubleMatrixRow) Returns a value that indicates whether a DoubleMatrixRow instance is less than another DoubleMatrixRow instance.
LessThanOrEqual(DoubleMatrixRow, DoubleMatrixRow) Returns a value that indicates whether a DoubleMatrixRow instance is less than or equal to another DoubleMatrixRow instance.

See Also