Condividi tramite


NFloat.Lerp(NFloat, NFloat, NFloat) Metodo

Definizione

Esegue un'interpolazione lineare tra due valori in base al peso specificato.

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

Parametri

value1
NFloat

Primo valore, che deve essere il limite inferiore.

value2
NFloat

Secondo valore, che deve essere il limite superiore.

amount
NFloat

Valore, destinato a essere compreso tra 0 e 1, che indica il peso dell'interpolazione.

Restituisce

Valore interpolato.

Implementazioni

Si applica a