Parameters
- a
- The variant to be shifted.
- shift
- The shift value.
Return Value
The result of bitwise shifting.
Exception | Description |
---|---|
InvalidVariantOperationException | Thrown if the Variant is of a non-numeric, non-boolean type that does not support bitwise operations, such as TimeSpan, Date, or Object. |