Intel IPP Integration Wrappers Developer Guide and Reference

ID 751823
Date 1/18/2023
Public
Document Table of Contents

iwValueRelToAbs

Syntax

IW_DECL(double) iwValueRelToAbs(
    double      val,   
    IppDataType type  
); 

Parameters

val

Input relative value.

dstType

Data type of the absolute range.

Description

This function converts a relative value in range of [0, 1] to the absolute value according to the specified type.

Return Values

Absolute value.