BinarySizeRightShift Operator
Namespace: OokiiAssembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.0.0+877c9712c6435bf9adfdb0683d7a434c5604a8f2
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.