HugeGapPaddingMethod Type

padds data point in huge gaps (e.g. big ranges with no data)

Union cases

Union case Description

Delete

Full Usage: Delete

does not insert any point internally

LinearInterpolation

Full Usage: LinearInterpolation

inserts points lying on the linear interpolation of the two adjacent knots

NaN

Full Usage: NaN

inserts nan values in a huge data gap

Random

Full Usage: Random

inserts random data points taken from the original data set in a huge data gap

Zero

Full Usage: Zero

inserts 0.0 as y_Value