Click or drag to resize

HDVelocityCalculatorGetValue Method

Get the current values.

Namespace:  DHI.Mike1D.Engine.AddOns
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public override double GetValue(
	int j
)

Parameters

j
Type: SystemInt32

[Missing <param name="j"/> documentation for "M:DHI.Mike1D.Engine.AddOns.HDVelocityCalculator.GetValue(System.Int32)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:DHI.Mike1D.Engine.AddOns.HDVelocityCalculator.GetValue(System.Int32)"]

Implements

IVectorGetterTGetValue(Int32)
Remarks
When implementing new code, be sure to return a copy of data, such that engine data is not made available for editing with this call.
See Also