Click or drag to resize

MatrixTPointwiseRemainder Method

Overload List
 NameDescription
Public methodPointwiseRemainder(MatrixT) Pointwise remainder (% operator), where the result has the sign of the dividend, of this matrix by another matrix.
Public methodPointwiseRemainder(MatrixT, MatrixT) Pointwise remainder (% operator), where the result has the sign of the dividend, of this matrix by another matrix and stores the result into the result matrix.
Top
See Also