Click or drag to resize

IXYTable Methods

The IXYTable type exposes the following members.

Methods
  NameDescription
Public methodResize
Resize table. Copy over data to new table
Public methodSet
Set a value to the table
Public methodValidate
Validates the data. The only constraint is that the x values after sorting must be monotonically increasing.
Public methodXFromY(Double)
Interpolates/extrapolates width using linear interpolation

Assuming that the y-values are monotonic.

Public methodXFromY(Double, ExtrapolationTypes)
Interpolates/extrapolates width using linear interpolation

Assuming that the y-values are monotonic.

Public methodYFromX(Double)
Interpolates/extrapolates width using linear interpolation
Public methodYFromX(Double, ExtrapolationTypes)
Interpolates/extrapolates width using linear interpolation
Top
Extension Methods
  NameDescription
Public Extension MethodSet
Set a value to the table
(Defined by GenericExtensions.)
Public Extension MethodSort
Sort table by x-value, using a quick-sort algorithm
(Defined by GenericExtensions.)
Public Extension MethodSortStable
Sort table by x-value, using a stable sort
(Defined by GenericExtensions.)
Top
See Also