Enum ListUtil.OuterPolationMode
- Namespace
- Hi.Common.Collections
- Assembly
- HiGeom.dll
Defines the mode for handling values outside the range of a collection during interpolation.
public enum ListUtil.OuterPolationMode
- Extension Methods
Fields
Extrapolation = 1
Extrapolates a value based on the trend of the collection when the key is outside the range.
Nearest = 0
Uses the nearest value in the collection when the key is outside the range.
TypeDefault = 2
Uses the default value for the type when the key is outside the range.