ActiveReports 12
Modulus Operator

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine Namespace > Variant Structure : Modulus Operator
The first operand.
The second operand.
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

Reference

Variant Structure
Variant Members