Click or drag to resize

MatrixTModulus Operator

Overload List
 NameDescription
Public operatorStatic memberModulus(T, MatrixT) Computes the pointwise remainder (% operator), where the result has the sign of the dividend, of the given dividend of each element of the matrix.
Public operatorStatic memberModulus(MatrixT, T) Computes the pointwise remainder (% operator), where the result has the sign of the dividend, of each element of the matrix of the given divisor.
Public operatorStatic memberModulus(MatrixT, MatrixT) Computes the pointwise remainder (% operator), where the result has the sign of the dividend, of each element of two matrices.
Top
See Also