Click or drag to resize

BoundaryItemQHSetValues Method

Set values to Q-h table at specified index

Namespace:  DHI.Mike1D.BoundaryModule
Assembly:  DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void SetValues(
	int index,
	double Q,
	double h
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:DHI.Mike1D.BoundaryModule.BoundaryItemQH.SetValues(System.Int32,System.Double,System.Double)"]

Q
Type: SystemDouble

[Missing <param name="Q"/> documentation for "M:DHI.Mike1D.BoundaryModule.BoundaryItemQH.SetValues(System.Int32,System.Double,System.Double)"]

h
Type: SystemDouble

[Missing <param name="h"/> documentation for "M:DHI.Mike1D.BoundaryModule.BoundaryItemQH.SetValues(System.Int32,System.Double,System.Double)"]

See Also