Intel IPP Integration Wrappers Developer Guide and Reference
ID
751823
Date
1/18/2023
Public
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.
Parent topic: Utility Functions