Click or drag to resize

TimeDataCircularVectorAdd Method (Single)

Adds a time step, setting the provided value

calling this method is only valid if NumberOfElements equals 1.

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void Add(
	float elementValue
)

Parameters

elementValue
Type: SystemSingle

[Missing <param name="elementValue"/> documentation for "M:DHI.Mike1D.ResultDataAccess.TimeDataCircularVector.Add(System.Single)"]

Implements

ITimeDataAdd(Single)
See Also