ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions.Evaluation Namespace / Variant Structure / Modulus Operator
The first operand.
The second operand.

In This Topic
    Modulus Operator
    In This Topic
    Computes the remainder after dividing its first operand by its second.
    Syntax
    'Declaration
     
    Public Operator Mod( _
       ByVal a As Variant, _
       ByVal b As Variant _
    ) As Variant
    public Variant operator %( 
       Variant a,
       Variant b
    )

    Parameters

    a
    The first operand.
    b
    The second operand.
    See Also