Back to FabImage Library website

You are here: Start » Function Reference » All Functions » Real » FisFilter_MultiplyReals

FisFilter_MultiplyReals


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: fis
Module: FoundationLite

Computes the product of real numbers.

Syntax

void fis::FisFilter_MultiplyReals
(
	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& outProduct
)

Parameters

Name Type Default Description
Input value
inA const float 0.0f Input Real value of first factor
Input value
inB const float 1.0f Input Real value of second factor
Input value
inC const float 1.0f Input Real value of third factor
Input value
inD const float 1.0f Input Real value of fourth factor
Input value
inE const float 1.0f Input Real value of fifth factor
Input value
inF const float 1.0f Input Real value of sixth factor
Input value
inG const float 1.0f Input Real value of seventh factor
Input value
inH const float 1.0f Input Real value of eighth factor
Output value
outProduct float& Output Real value of product