Modulus()
Math::Modulus(T, T) method
Calculates the remainder resulting from the division one specified value by another specified value.
template<class T> static T System::Math::Modulus(T x, T y)
Template parameters
Parameter | Description |
---|---|
T | The type of the method’s arguments |
Arguments
Parameter | Type | Description |
---|---|---|
x | T | The dividend |
y | T | The divisor |
Return Value
The reminder resulting from the division of x by y
See Also
- Struct Math
- Namespace System
- Library Aspose.Slides