Bitmap for WPF
Lerp(Single,Single,Single) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > DXUtil クラス > Lerp メソッド : Lerp(Single,Single,Single) メソッド
Value to interpolate from.
Value to interpolate to.
Interpolation amount.
Interpolates between two values using a linear function by a given amount.
シンタックス
'宣言
 
Public Overloads Shared Function Lerp( _
   ByVal from As System.Single, _
   ByVal to As System.Single, _
   ByVal amount As System.Single _
) As System.Single
public static System.float Lerp( 
   System.float from,
   System.float to,
   System.float amount
)

パラメータ

from
Value to interpolate from.
to
Value to interpolate to.
amount
Interpolation amount.

戻り値の型

The result of linear interpolation of values based on the amount.
解説
See http://www.encyclopediaofmath.org/index.php/Linear_interpolation and http://fgiesen.wordpress.com/2012/08/15/linear-interpolation-past-present-and-future/
参照

DXUtil クラス
DXUtil メンバ
オーバーロード一覧