how to lerp a value in unity

Code Example - how to lerp a value in unity

                
                        lerpValue = Mathf.Lerp(minValue, maxValue, interpolationPoint);