iwTypeIsSigned
Syntax
IW_DECL(int) iwTypeIsSigned(
IppDataType type
);
Parameters
- type
- Data type.
Description
If the specified data type is of signed type, the function returns 1; otherwise, it returns 0.
Return Values
Signed type flag for the specified data type.