Back to Adaptive Vision Library website

You are here: Start » Function Reference » Real » AvsFilter_MultiplyReals

AvsFilter_MultiplyReals


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

Computes the product of real numbers.

Syntax

void avs::AvsFilter_MultiplyReals
(
	const atl::real inA,
	const atl::real inB,
	const atl::real inC,
	const atl::real inD,
	const atl::real inE,
	const atl::real inF,
	const atl::real inG,
	const atl::real inH,
	atl::real& outProduct
)

Parameters

Name Type Default Description
inA const real 0.0f
inB const real 1.0f
inC const real 1.0f
inD const real 1.0f
inE const real 1.0f
inF const real 1.0f
inG const real 1.0f
inH const real 1.0f
outProduct real&

Hints

  • This is a primitive mathematical filter. It is recommended to use Formula Blocks instead.