Click or drag to resize

HDInitDischargeInterpolatableCanInterpolate Method

Returns true if interpolation can take place between a and b value

Namespace:  DHI.Mike1D.HDParameterDataAccess
Assembly:  DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public bool CanInterpolate(
	double bRatio,
	HDInitDischarge aValue,
	HDInitDischarge bValue
)

Parameters

bRatio
Type: SystemDouble
Ratio of bValue to use
aValue
Type: DHI.Mike1D.HDParameterDataAccessHDInitDischarge
Value at one side
bValue
Type: DHI.Mike1D.HDParameterDataAccessHDInitDischarge
Value at other side

Return Value

Type: Boolean

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

Implements

IInterpolatableTCanInterpolate(Double, T, T)
See Also