Click or drag to resize

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

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface IDoubleVectorSetter

The IDoubleVectorSetter type exposes the following members.

Methods
  NameDescription
Public methodSetValue
Set value of specified element.
Top
Extension Methods
  NameDescription
Public Extension MethodSetValues
Set the current values, vals will be copied into current array and update that.
(Defined by ProxyExtensions.)
Top
See Also