ISplineKernel1D.Width Property

Gets the number of grid samples required by this kernel along one dimension.

Definition

Namespace: Numerics.NET.Curves.Surfaces
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
C#
int Width { get; }

Property Value

Int32
The kernel width (stencil size). For example:
  • 2 for linear interpolation
  • 4 for standard cubic Hermite, Catmull-Rom, or PCHIP
  • Higher values for higher-order splines

See Also