IEuclidean Ring Operations<T>.Remainder Method
Returns the remainder when dividing one value by another.
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The remainder after dividing a by b. The remainder has the same sign as the dividend, a.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.