共用方式為


countbits 函式

計算 _X 的位元表示中 1 的個數

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

參數

  • _X
    無號整數值

傳回值

傳回 _X 的位元表示中 1 的個數

需求

標頭檔: amp.h

命名空間: Concurrency::direct3d

請參閱

參考

Concurrency::direct3d 命名空間