public static bool operator >(
DoubleMatrixRow left,
DoubleMatrixRow right
)Public Shared Operator > (
left As DoubleMatrixRow,
right As DoubleMatrixRow
) As Booleanpublic:
static bool operator >(
DoubleMatrixRow^ left,
DoubleMatrixRow^ right
)static let inline (>)
left : DoubleMatrixRow *
right : DoubleMatrixRow : boolDoubleMatrixRow 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.