Click or drag to resize

GriddedValueBuffer.GetValue Method

Get a value at time, and weighted as specified.

Namespace:  DHI.Mike1D.BoundaryModule
Assembly:  DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public double GetValue(
	DateTime time,
	List<GriddedWeight> weights
)

Parameters

time
Type: System.DateTime

[Missing <param name="time"/> documentation for "M:DHI.Mike1D.BoundaryModule.GriddedValueBuffer.GetValue(System.DateTime,System.Collections.Generic.List{DHI.Mike1D.BoundaryModule.GriddedWeight})"]

weights
Type: System.Collections.Generic.List<GriddedWeight>

[Missing <param name="weights"/> documentation for "M:DHI.Mike1D.BoundaryModule.GriddedValueBuffer.GetValue(System.DateTime,System.Collections.Generic.List{DHI.Mike1D.BoundaryModule.GriddedWeight})"]

Return Value

Type: Double

[Missing <returns> documentation for "M:DHI.Mike1D.BoundaryModule.GriddedValueBuffer.GetValue(System.DateTime,System.Collections.Generic.List{DHI.Mike1D.BoundaryModule.GriddedWeight})"]

See Also