sign 函数

确定指定参数的符号。

inline int sign(
   int _X
) restrict(amp);

参数

  • _X
    整数值

返回值

参数的符号。

要求

**标头:**amp.h

**命名空间:**Concurrency::direct3d

请参见

参考

Concurrency::direct3d 命名空间