Decimal64.Lerp(Decimal64, Decimal64, Decimal64) Method

Definition

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

Parameters

value1
Decimal64
value2
Decimal64
amount
Decimal64

Returns

Implements

Applies to