Click or drag to resize

HDInitDischargeInterpolatableInterpolate Method

Interpolation returning a value of type T on the form: T newT = (1.0 - bRatio)*aValue + bRatio*bValue

Namespace:  DHI.Mike1D.HDParameterDataAccess
Assembly:  DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public HDInitDischarge Interpolate(
	double dsratio,
	HDInitDischarge usvalue,
	HDInitDischarge dsvalue
)

Parameters

dsratio
Type: SystemDouble

[Missing <param name="dsratio"/> documentation for "M:DHI.Mike1D.HDParameterDataAccess.HDInitDischargeInterpolatable.Interpolate(System.Double,DHI.Mike1D.HDParameterDataAccess.HDInitDischarge,DHI.Mike1D.HDParameterDataAccess.HDInitDischarge)"]

usvalue
Type: DHI.Mike1D.HDParameterDataAccessHDInitDischarge

[Missing <param name="usvalue"/> documentation for "M:DHI.Mike1D.HDParameterDataAccess.HDInitDischargeInterpolatable.Interpolate(System.Double,DHI.Mike1D.HDParameterDataAccess.HDInitDischarge,DHI.Mike1D.HDParameterDataAccess.HDInitDischarge)"]

dsvalue
Type: DHI.Mike1D.HDParameterDataAccessHDInitDischarge

[Missing <param name="dsvalue"/> documentation for "M:DHI.Mike1D.HDParameterDataAccess.HDInitDischargeInterpolatable.Interpolate(System.Double,DHI.Mike1D.HDParameterDataAccess.HDInitDischarge,DHI.Mike1D.HDParameterDataAccess.HDInitDischarge)"]

Return Value

Type: HDInitDischarge

[Missing <returns> documentation for "M:DHI.Mike1D.HDParameterDataAccess.HDInitDischargeInterpolatable.Interpolate(System.Double,DHI.Mike1D.HDParameterDataAccess.HDInitDischarge,DHI.Mike1D.HDParameterDataAccess.HDInitDischarge)"]

Implements

IInterpolatableTInterpolate(Double, T, T)
See Also