Click or drag to resize

MappingBoxGetHGridpointFactor Method

Interpolation factor between the two neighbouring h points, based on the factor within the map box, e.g. u from [!:MapSt2Uv]

Namespace:  DHI.Mike1D.Engine.FloodMaps
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public double GetHGridpointFactor(
	double u
)

Parameters

u
Type: SystemDouble
Map box interpolation factor

Return Value

Type: Double
Interpolation factor between two h points
See Also