[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.Evaluation.Variant.op_RightShift

operator >> Operator

operator >>(Variant, int)

Bitwise shift to the right.

Declaration
public static Variant operator >>(Variant a, int shift)
Parameters
Type Name Description
Variant a

The variant to be shifted.

int shift

The shift value.

Returns
Type Description
Variant

The result of bitwise shifting or Error if argument cannot be converted to the numeric type.