Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Integer » FisFilter_MultiplyLongIntegers
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 long numbers.
Syntax
void fis::FisFilter_MultiplyLongIntegers
(
ftl::int64 inA,
ftl::int64 inB,
ftl::int64 inC,
ftl::int64 inD,
ftl::int64 inE,
ftl::int64 inF,
ftl::int64 inG,
ftl::int64 inH,
ftl::int64& outProduct
)
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inA | int64 | 1L | |
![]() |
inB | int64 | 1L | |
![]() |
inC | int64 | 1L | |
![]() |
inD | int64 | 1L | |
![]() |
inE | int64 | 1L | |
![]() |
inF | int64 | 1L | |
![]() |
inG | int64 | 1L | |
![]() |
inH | int64 | 1L | |
![]() |
outProduct | int64& |