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: 19.0.0.0 (11.1.1.1111)
Syntax
public double[] Initialize(
	double[] axValues,
	double[] bxValues
)

Parameters

axValues
Type: SystemDouble

[Missing <param name="axValues"/> documentation for "M:DHI.Mike1D.Generic.TableInterpolator.Initialize(System.Double[],System.Double[])"]

bxValues
Type: SystemDouble

[Missing <param name="bxValues"/> documentation for "M:DHI.Mike1D.Generic.TableInterpolator.Initialize(System.Double[],System.Double[])"]

Return Value

Type: Double

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.TableInterpolator.Initialize(System.Double[],System.Double[])"]

See Also