Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
int LerpInt(int s, int e, float t);
protected int LerpInt (int s, int e, float t);
member this.LerpInt : int * int * single -> int
Protected Function LerpInt (s As Integer, e As Integer, t As Single) As Integer