Click or drag to resize

Matrix<T>.Remainder Method

Overload List
 NameDescription
Public methodRemainder(T) Computes the remainder (matrix % divisor), where the result has the sign of the dividend, for each element of the matrix.
Public methodRemainder(T, Matrix<T>) Computes the remainder (matrix % divisor), where the result has the sign of the dividend, for each element of the matrix.
Top
See Also