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.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static Quad operator %(
Quad left,
Quad right
)