Start » Filter Reference » Basic » Integer » LerpIntegers
Module: | FoundationLite |
---|
Linearly interpolates between two integers.
Name | Type | Range | Description | |
---|---|---|---|---|
inInteger0 | Integer | |||
inInteger1 | Integer | |||
inLambda | Real | - - | Interpolation between the input integers where 0.0 value is equal to inInteger0 and 1.0 to inInteger1 | |
outInteger | Integer |
Remarks
Please note that:
- interpolation begins at inInteger0,
- for positive inLambda values interpolation is performed in the direction of inInteger1 while for negative -inInteger1.
Complexity Level
This filter is available on Basic Complexity Level.