IXYTable Methods

Methods

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

Assuming that the y-values are monotonic.

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

Assuming that the y-values are monotonic.

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

Extension Methods

Set Set a value to the table
(Defined by GenericExtensions)
Sort Sort table by x-value, using a quick-sort algorithm
(Defined by GenericExtensions)
SortStable Sort table by x-value, using a stable sort
(Defined by GenericExtensions)

See Also