Static Public Attributes | List of all members
InterpolationMethod Class Reference

Defines the interpolation method. More...

Inherits object.

Static Public Attributes

int Linear = 0
 Linear interpolation, at the border the last value is used. More...
 

Detailed Description

Defines the interpolation method.

Member Data Documentation

◆ Linear

int Linear = 0
static

Linear interpolation, at the border the last value is used.