IOperations<T>.Modulus Method
Returns the remainder after dividing two numbers.
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
T Modulus(
T left,
T right
)