You are here: Symbol Reference > Polynoms Namespace > Structs, Records, Enums > Polynoms.TInterpolationType Enumeration
MtxVec VCL
ContentsIndex
PreviousUpNext
Polynoms.TInterpolationType Enumeration

Defines the type of 1D interpolation.

Pascal
TInterpolationType = ( IntLinear, IntCubic );
Members 
Description 
IntLinear 
Perform linear interpolation. 
IntCubic 
Perform cubic interpolation. 
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!