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

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > DXUtil クラス > Lerp メソッド : Lerp(Double,Double,Double) メソッド
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.Double, _
   ByVal to As System.Double, _
   ByVal amount As System.Double _
) As System.Double
public static System.double Lerp( 
   System.double from,
   System.double to,
   System.double 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 メンバ
オーバーロード一覧