Back to FabImage Library website

You are here: Start » Function Reference » All Functions » Integer » FisFilter_AddLongIntegers_OfLoop

FisFilter_AddLongIntegers_OfLoop


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 sum of Long numbers appearing in consecutive iterations.

Syntax

void fis::FisFilter_AddLongIntegers_OfLoop
(
	FisFilter_AddLongIntegers_OfLoopState& ioState,
	ftl::int64 inLong,
	ftl::int64& outSum
)

Parameters

Name Type Default Description
Input will be modified ioState FisFilter_AddLongIntegers_OfLoopState& Object used to maintain state of the function.
Input value inLong int64
Output value outSum int64&

Description

Loop version of FisFilter_AddLongIntegers.

See Also