Back to Aurora Vision Library Lite website

You are here: Start » All Functions » Real » AvsFilter_AddReals

AvsFilter_AddReals


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Header: STD.h
Namespace: avs

Computes the sum of two numbers.

Syntax

void avs::AvsFilter_AddReals
(
	const float inA,
	const float inB,
	const float inC,
	const float inD,
	const float inE,
	const float inF,
	const float inG,
	const float inH,
	float& outSum
)

Parameters

Name Type Default Description
Input value inA const float 0.0f First input Real value
Input value inB const float 0.0f Second input Real value
Input value inC const float 0.0f Third input Real value
Input value inD const float 0.0f Fourth input Real value
Input value inE const float 0.0f Fifth input Real value
Input value inF const float 0.0f Sixth input Real value
Input value inG const float 0.0f Seventh input Real value
Input value inH const float 0.0f Eighth input Real value
Output value outSum float& Output sum of input Real values