Click or drag to resize

DoubleMatrixRow Operators and Type Conversions

The DoubleMatrixRow type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberEquality
Returns a value that indicates whether a DoubleMatrixRow instance is equal to another DoubleMatrixRow instance.
Public operatorStatic memberGreaterThan
Returns a value that indicates whether a DoubleMatrixRow instance is greater than another DoubleMatrixRow instance.
Public operatorStatic memberGreaterThanOrEqual
Returns a value that indicates whether a DoubleMatrixRow instance is greater than or equal to another DoubleMatrixRow instance.
Public operatorStatic member(DoubleMatrixRow to DoubleMatrix)
Performs an implicit conversion from DoubleMatrixRow to DoubleMatrix.
Public operatorStatic memberInequality
Returns a value that indicates whether a DoubleMatrixRow instance is not equal to another DoubleMatrixRow instance.
Public operatorStatic memberLessThan
Returns a value that indicates whether a DoubleMatrixRow instance is less than another DoubleMatrixRow instance.
Public operatorStatic memberLessThanOrEqual
Returns a value that indicates whether a DoubleMatrixRow instance is less than or equal to another DoubleMatrixRow instance.
Top
See Also