Click or drag to resize

MatrixMathCopy Method

Overload List
 NameDescription
Public methodStatic memberCopy(IROMatrixDouble, IMatrixDouble) Copies matrix src to matrix dest. Both matrizes must have the same dimensions.
Public methodStatic memberCopy(IROMatrixDouble, IMatrixDouble, Int32, Int32) Copies the matrix src into the matrix dest. Matrix dest must have equal or greater dimension than src. You can provide a destination row/column into the destination matrix where the origin of the copy operation is located.
Top
See Also