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.

Definition

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

Parameters

axValues  Double

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

bxValues  Double

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

Return Value

Double

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

See Also