IEuclideanRingOperations<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#
T Remainder(
	T a,
	T b
)

Parameters

a  T
The dividend.
b  T
The divisor.

Return Value

T
The remainder after dividing a by b. The remainder has the same sign as the dividend, a.

See Also