Click or drag to resize

Res1DStreamBridgeGetFloat Method

Get a float from the static item at the given index

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

Parameters

staticFloatItem
Type: IDfsStaticItem

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

index
Type: SystemInt32

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

Return Value

Type: Single

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

See Also