Quad.Modulus Operator
Computes the remainder after dividing one quadruple-precision
floating-point number by another.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.5
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.5
public static Quad operator %(
Quad left,
Quad right
)