BFloat16.Lerp(BFloat16, BFloat16, BFloat16) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
static System::Numerics::BFloat16 Lerp(System::Numerics::BFloat16 value1, System::Numerics::BFloat16 value2, System::Numerics::BFloat16 amount) = System::Numerics::IFloatingPointIeee754<System::Numerics::BFloat16>::Lerp;
public static System.Numerics.BFloat16 Lerp(System.Numerics.BFloat16 value1, System.Numerics.BFloat16 value2, System.Numerics.BFloat16 amount);
static member Lerp : System.Numerics.BFloat16 * System.Numerics.BFloat16 * System.Numerics.BFloat16 -> System.Numerics.BFloat16
Public Shared Function Lerp (value1 As BFloat16, value2 As BFloat16, amount As BFloat16) As BFloat16
Parameter
- value1
- BFloat16
- value2
- BFloat16
- amount
- BFloat16