VectorTModulus Operator |
Name | Description | |
---|---|---|
Modulus(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. | |
Modulus(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. | |
Modulus(VectorT, VectorT) | Computes the pointwise remainder (% operator), where the result has the sign of the dividend, of each element of two vectors. |