Back to Adaptive Vision Library website
You are here: Start » Function Reference » Integer » LerpIntegers
LerpIntegers
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Linearly interpolates between two integers.
Syntax
void avl::LerpIntegers ( int inA, int inB, atl::real inLambda, int& outInteger )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inA | int | |||
![]() |
inB | int | |||
![]() |
inLambda | real | - - ![]() |
0.5f | |
![]() |
outInteger | int& |


- 