typeSmoothness

Enumeration defining the smoothness of table interpolation

Information

Enumeration for the type of smoothness that is used when interpolating data from a table. The possible values are:

Enumeration Description
LinearSegments Linearly interpolate table points.
ConstantSegments Do not interpolate, but rather use the previously tabulated value.

Literals

NameDescription
LinearSegmentsTable points are linearly interpolated
ConstantSegmentsTable points are not interpolated, but the previous tabulated value is returned