Click or drag to resize

DDoubleVectorFractionGetterBoxGetValues Method (Double)

Get the current values. A new array will be returned every time called.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public double[] GetValues(
	double fraction
)

Parameters

fraction
Type: SystemDouble

[Missing <param name="fraction"/> documentation for "M:DHI.Mike1D.Generic.DDoubleVectorFractionGetterBox.GetValues(System.Double)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.DDoubleVectorFractionGetterBox.GetValues(System.Double)"]

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