Decimal64.Lerp(Decimal64, Decimal64, Decimal64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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