reversebits 函数

反转位的顺序在 _X 的

inline unsigned int reversebits(
   unsigned int _X
) restrict(amp);

参数

  • _X
    无符号整数值

返回值

返回与 _X 相反的位序列的值。

要求

标题: amp.h

命名空间: 并发:: direct3d

请参见

参考

Concurrency::direct3d 命名空间