BinarySizeRightShift Operator
Namespace: OokiiAssembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.1.0+e86ae44c345422a1011f7fa7b6b715bf3d1a34ce
public static BinarySize operator >>(
BinarySize value,
int shift
)
Public Shared Operator >> (
value As BinarySize,
shift As Integer
) As BinarySize
public:
static BinarySize operator >>(
BinarySize value,
int shift
)
static let inline (>>>)
value : BinarySize *
shift : int : BinarySize
- value BinarySize
- The value to shift.
- shift Int32
- The number of bits to shift by.
BinarySize
The result of shifting
value right by
shift bits.