DDoubleVectorGetSetBoxSetValues Method

Set the current values, vals will be copied into current array and update that.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void SetValues(
	double[] vals
)

Parameters

vals  Double

[Missing <param name="vals"/> documentation for "M:DHI.Mike1D.Generic.DDoubleVectorGetSetBox.SetValues(System.Double[])"]

Remarks

When implementing new code, be sure to copy data into the existing data, such that engine data is not made available for editing with this call.

See Also