Intel IPP Integration Wrappers Developer Guide and Reference
ID
751823
Date
1/18/2023
Public
iwTypeGetMin
Syntax
IW_DECL(double) iwTypeGetMin(
IppDataType type
);
Parameters
type |
Data type of the minimum value. |
Description
This function returns the minimum possible value for the specified data type.
Return Values
Minimum value.
Parent topic: Utility Functions