FloodMapHSpanGetCrossSectionSpanFactor Method

Interpolation factor between the two h points with cross section, based on the interpolation factor within this span

Definition

Namespace: DHI.Mike1D.FloodMap
Assembly: DHI.Mike1D.FloodMap (in DHI.Mike1D.FloodMap.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public double GetCrossSectionSpanFactor(
	double uhgp
)

Parameters

uhgp  Double
Relative coordinate along HSpan, [0;1]

Return Value

Double
Interpolation factor between two h points with cross sections

See Also