Click or drag to resize

MatrixGetLowerTriangle Method

Overload List
  NameDescription
Public methodGetLowerTriangle
Returns a new square matrix containing the lower triangle of this matrix.
Public methodGetLowerTriangle(Matrix)
Copies the lower triangle of this matrix into another square matrix.
Public methodGetLowerTriangle(Matrix, Boolean)
Copies the lower triangle of this matrix into another square matrix.
Top
See Also