Module: ExtrapolationType

Constants to determine how an interpolated value is extrapolated when querying outside the bounds of available data.
Source:
See:

Members

(static, constant) EXTRAPOLATE :Number

The value is extrapolated.
Type:
  • Number
Source:

(static, constant) HOLD :Number

The first or last value is used when outside the range of sample data.
Type:
  • Number
Source:

(static, constant) NONE :Number

No extrapolation occurs.
Type:
  • Number
Source: