HydraulicParametersMoveParameterSetClosestToArea Method

By interpolation the parameter set that has an area closest to fraction*max_area is moved to excactly fraction*max_area.

Definition

Namespace: DHI.Mike1D.StructureModule
Assembly: DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void MoveParameterSetClosestToArea(
	double area,
	out int indexFull
)

Parameters

area  Double
Area where the parameter set should be moved to
indexFull  Int32

[Missing <param name="indexFull"/> documentation for "M:DHI.Mike1D.StructureModule.HydraulicParameters.MoveParameterSetClosestToArea(System.Double,System.Int32@)"]

See Also