Table of Contents

Interpolation_Basic

Constructors
[TestCase(new object[] { true, "Linear" })]
[TestCase(new object[] { true, "Spline" })]
[TestCase(new object[] { false, "Linear" })]
[TestCase(new object[] { false, "Spline" })]
public Interpolation_Basic(bool useReflection, string interpolationMode)
Parameters
Type Name Description
bool useReflection
string interpolationMode