Res1DStreamBridgeGetFloat Method

Get a float from the static item at the given index

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
protected static float GetFloat(
	IDfsStaticItem staticFloatItem,
	int index
)

Parameters

staticFloatItem  IDfsStaticItem

[Missing <param name="staticFloatItem"/> documentation for "M:DHI.Mike1D.ResultDataAccess.Res1DStreamBridge.GetFloat(DHI.Generic.MikeZero.DFS.IDfsStaticItem,System.Int32)"]

index  Int32

[Missing <param name="index"/> documentation for "M:DHI.Mike1D.ResultDataAccess.Res1DStreamBridge.GetFloat(DHI.Generic.MikeZero.DFS.IDfsStaticItem,System.Int32)"]

Return Value

Single

[Missing <returns> documentation for "M:DHI.Mike1D.ResultDataAccess.Res1DStreamBridge.GetFloat(DHI.Generic.MikeZero.DFS.IDfsStaticItem,System.Int32)"]

See Also