Back to Adaptive Vision Library website
You are here: Start » Function Reference » Integer » AvsFilter_RescaleInteger
AvsFilter_RescaleInteger
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Applies linear transformation to integer.
Syntax
void avs::AvsFilter_RescaleInteger ( int inInteger, atl::real inA, atl::real inB, int& outInteger )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inInteger | int | ||
![]() |
inA | real | 1.0f | Value multiplied |
![]() |
inB | real | 0.0f | Value added |
![]() |
outInteger | int& |


