ActiveReports 12
Left-shift Operator

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine Namespace > Variant Structure : Left-shift Operator
Variant to be shifted
Shift value
Bitwise shift to the left.
Syntax
'Declaration
 
Public Operator <<( _
   ByVal a As Variant, _
   ByVal shift As Integer _
) As Variant
public Variant operator <<( 
   Variant a,
   int shift
)

Parameters

a
Variant to be shifted
shift
Shift value

Return Value

The result of bitwise shifting
Exceptions
ExceptionDescription
Raised if the passed Variant of the TimeSpan/Date/Object type.
See Also

Reference

Variant Structure
Variant Members