public static bool operator <(
DoubleMatrixRow left,
DoubleMatrixRow right
)
Public Shared Operator < (
left As DoubleMatrixRow,
right As DoubleMatrixRow
) As Boolean
public:
static bool operator <(
DoubleMatrixRow^ left,
DoubleMatrixRow^ right
)
static let inline (<)
left : DoubleMatrixRow *
right : DoubleMatrixRow : bool
DoubleMatrixRow instances are quasi-lexicographically ordered. This means that instances are firstly ordered by their Length, and then, within rows having the same length, by lexicographic order.