Click or drag to resize

VectorTModulus Operator

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