Visible to Intel only — GUID: GUID-B42E330E-B01D-47C9-A859-1297A8E5AF26
iwValueSaturate
Syntax
IW_DECL(double) iwValueSaturate(
double val,
IppDataType dstType
);
Parameters
- val
-
Input value.
- dstType
-
Data type of the saturation range.
Description
This function casts a value to the input type with rounding and saturation.
Return Values
Saturated value.
Parent topic: Utility Functions