[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.Evaluation.Variant.op_Modulus

operator % Operator

operator %(Variant, Variant)

Computes the remainder after dividing its first operand by its second.

Declaration
public static Variant operator %(Variant a, Variant b)
Parameters
Type Name Description
Variant a

The first operand.

Variant b

The second operand.

Returns
Type Description
Variant