Constants to determine how an interpolated value is extrapolated
when querying outside the bounds of available data.
Properties:
Name | Type | Description |
---|---|---|
NONE |
Number | No extrapolation occurs. |
HOLD |
Number | The first or last value is used when outside the range of sample data. |
EXTRAPOLATE |
Number | The value is extrapolated. |
See:
Members
The value is extrapolated.
-
Default Value:
2
The first or last value is used when outside the range of sample data.
-
Default Value:
1
No extrapolation occurs.