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
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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