Namespace: System Assembly: System.Runtime.dll Source: Decimal.cs Returns the remainder resulting from dividing two specified Decimal values. C# Copy public static decimal operator % (decimal d1, decimal d2); Parameters d1 Decimal The dividend. d2 Decimal The divisor. Returns Decimal ...