Intel IPP Integration Wrappers Developer Guide and Reference

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

iwTypeIsFloat

Syntax

IW_DECL(int) iwTypeIsFloat(
 IppDataType type
);

Parameters

type

Data type.

Description

If the specified data type is floating point, the function returns 1; otherwise, it returns 0.

Return Values

Floating point flag for the specified data type.