An interpolation order of 1 specifies linear interpolation and is appropriate for closely spaced data or data with significant jitter. Higher interpolation orders yield more accurate interpolation when the data is smooth and continuous.
Read-write property
[Visual Basic .NET] |
---|
Public Property InterpolationOrder() As Integer |
[C#] |
---|
public int InterpolationOrder {get; set;} |
[Managed C++] |
---|
public: __property int get_InterpolationOrder(); |
[Unmanaged C++] |
---|
public: HRESULT get_InterpolationOrder( int * pVal ); public: HRESULT put_InterpolationOrder( int InterpolationOrder ); |
[Java] |
---|
public Integer getInterpolationOrder(); public void setInterpolationOrder( Integer ); |