IDoubleVectorSetter Interface

A vector setter can be called at any time to set the values of the sources. It will often just be wrapping a list of DDoubleSetter

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 interface IDoubleVectorSetter

Methods

SetValue Set value of specified element.

Extension Methods

SetValues Set the current values, vals will be copied into current array and update that.
(Defined by ProxyExtensions)
SetValues Set the current values, vals will be copied into current array and update that.
Overload of SetValues(IDoubleVectorSetter, Double), which only updates the elements pointed out by mask
(Defined by ProxyExtensions)

See Also