BitUtils.UnsignedRightShift Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| UnsignedRightShift(Int32, Int32) | |
| UnsignedRightShift(Int32, Int64) | |
| UnsignedRightShift(Int64, Int32) | |
| UnsignedRightShift(Int64, Int64) |
UnsignedRightShift(Int32, Int32)
public:
static int UnsignedRightShift(int number, int bits);
public static int UnsignedRightShift (int number, int bits);
static member UnsignedRightShift : int * int -> int
Public Shared Function UnsignedRightShift (number As Integer, bits As Integer) As Integer
Parameters
- number
- Int32
- bits
- Int32
Returns
Applies to
UnsignedRightShift(Int32, Int64)
public:
static int UnsignedRightShift(int number, long bits);
public static int UnsignedRightShift (int number, long bits);
static member UnsignedRightShift : int * int64 -> int
Public Shared Function UnsignedRightShift (number As Integer, bits As Long) As Integer
Parameters
- number
- Int32
- bits
- Int64
Returns
Applies to
UnsignedRightShift(Int64, Int32)
public:
static long UnsignedRightShift(long number, int bits);
public static long UnsignedRightShift (long number, int bits);
static member UnsignedRightShift : int64 * int -> int64
Public Shared Function UnsignedRightShift (number As Long, bits As Integer) As Long
Parameters
- number
- Int64
- bits
- Int32
Returns
Applies to
UnsignedRightShift(Int64, Int64)
public:
static long UnsignedRightShift(long number, long bits);
public static long UnsignedRightShift (long number, long bits);
static member UnsignedRightShift : int64 * int64 -> int64
Public Shared Function UnsignedRightShift (number As Long, bits As Long) As Long
Parameters
- number
- Int64
- bits
- Int64