Click or drag to resize

ADDispersionParametersInterpolatableInterpolate Method

Interpolate dispersion parameters.

Namespace:  DHI.Mike1D.ADDataAccess
Assembly:  DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public ADDispersionParameters Interpolate(
	double bRatio,
	ADDispersionParameters aValue,
	ADDispersionParameters bValue
)

Parameters

bRatio
Type: SystemDouble

[Missing <param name="bRatio"/> documentation for "M:DHI.Mike1D.ADDataAccess.ADDispersionParametersInterpolatable.Interpolate(System.Double,DHI.Mike1D.ADDataAccess.ADDispersionParameters,DHI.Mike1D.ADDataAccess.ADDispersionParameters)"]

aValue
Type: DHI.Mike1D.ADDataAccessADDispersionParameters

[Missing <param name="aValue"/> documentation for "M:DHI.Mike1D.ADDataAccess.ADDispersionParametersInterpolatable.Interpolate(System.Double,DHI.Mike1D.ADDataAccess.ADDispersionParameters,DHI.Mike1D.ADDataAccess.ADDispersionParameters)"]

bValue
Type: DHI.Mike1D.ADDataAccessADDispersionParameters

[Missing <param name="bValue"/> documentation for "M:DHI.Mike1D.ADDataAccess.ADDispersionParametersInterpolatable.Interpolate(System.Double,DHI.Mike1D.ADDataAccess.ADDispersionParameters,DHI.Mike1D.ADDataAccess.ADDispersionParameters)"]

Return Value

Type: ADDispersionParameters

[Missing <returns> documentation for "M:DHI.Mike1D.ADDataAccess.ADDispersionParametersInterpolatable.Interpolate(System.Double,DHI.Mike1D.ADDataAccess.ADDispersionParameters,DHI.Mike1D.ADDataAccess.ADDispersionParameters)"]

Implements

IInterpolatableTInterpolate(Double, T, T)
See Also