NFloat.Lerp(NFloat, NFloat, NFloat) Yöntem

Tanım

Verilen ağırlığa göre iki değer arasında doğrusal ilişkilendirme gerçekleştirir.

public:
 static System::Runtime::InteropServices::NFloat Lerp(System::Runtime::InteropServices::NFloat value1, System::Runtime::InteropServices::NFloat value2, System::Runtime::InteropServices::NFloat amount) = System::Numerics::IFloatingPointIeee754<System::Runtime::InteropServices::NFloat>::Lerp;
public static System.Runtime.InteropServices.NFloat Lerp (System.Runtime.InteropServices.NFloat value1, System.Runtime.InteropServices.NFloat value2, System.Runtime.InteropServices.NFloat amount);
static member Lerp : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Lerp (value1 As NFloat, value2 As NFloat, amount As NFloat) As NFloat

Parametreler

value1
NFloat

Alt sınır olması amaçlanan ilk değerdir.

value2
NFloat

Üst sınır olması amaçlanan ikinci değer.

amount
NFloat

0 ile 1 arasında olması amaçlanan ve ilişkilendirmenin ağırlığını gösteren bir değer.

Döndürülenler

İlişkilendirilmiş değer.

Uygulamalar

Şunlara uygulanır