logbf 函式

擷取 _X 指數,當做浮點格式的帶正負號的整數 (Unsigned Integer) 值。

inline float logbf(
   float _X
) restrict(amp);

參數

  • _X
    浮點數值

傳回值

傳回有正負號的_X 的指數。

需求

標頭: amp_math.h

命名空間: Concurrency::precise_math

請參閱

參考

Concurrency::precise_math 命名空間