Operations<T>.Remainder Method
Returns the remainder after dividing two numbers.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public static T Remainder(
T left,
T right
)