Click or drag to resize

TableInterpolatorInitialize Method

Set x-values of the two tables and create a new interpolated x axis.

The min and max values of the two tables are interpolated, and all inner x-values of the two tables are scaled into this new range and added. If two points are very close, only one is added.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public double[] Initialize(
	double[] axValues,
	double[] bxValues
)

Parameters

axValues
Type: SystemDouble
bxValues
Type: SystemDouble

Return Value

Type: Double
See Also