Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reverses the order of the bits in _X
inline unsigned int reversebits(
unsigned int _X
) restrict(amp);
Parameters
- _X
Unsigned integer value
Return Value
Returns the value with the bit order reversed in _X
Requirements
Header: amp.h
Namespace: Concurrency::direct3d