Start » Filter Reference » Basic » Integer » MultiplyLongIntegers_OfLoop
Module: | FoundationLite |
---|
Computes the product of numbers appearing in consecutive iterations.
Name | Type | Description | |
---|---|---|---|
inLong | Long | ||
outProduct | Long |
Description
Loop version of MultiplyLongIntegers.
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- MultiplyLongIntegers – Computes the product of long numbers.