IEuclidean Ring Operations<T>.Remainder Method
Returns the remainder when dividing one value by another.
Definition
Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The remainder after dividing a by b. The remainder has the same sign as the dividend, a.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
T Remainder(
T a,
T b
)
Parameters
Return Value
TThe remainder after dividing a by b. The remainder has the same sign as the dividend, a.