[]
Bitwise shift to the right.
public static Variant operator >>(Variant a, int shift)
| Type | Name | Description |
|---|---|---|
| Variant | a | The variant to be shifted. |
| int | shift | The shift value. |
| Type | Description |
|---|---|
| Variant | The result of bitwise shifting or Error if argument cannot be converted to the numeric type. |