sign Function
Determines the sign of the specified argument.
inline int sign(
int _X
) restrict(amp);
Parameters
- _X
Integer value
Return Value
The sign of the argument.
Requirements
Header: amp.h
Namespace: Concurrency::direct3d
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
Determines the sign of the specified argument.
inline int sign(
int _X
) restrict(amp);
The sign of the argument.
Header: amp.h
Namespace: Concurrency::direct3d