IDoubleVectorGetSet Interface

A Vector GetSet can be called any time to get/set the value of the source. It will often just be wrapping a list of IDoubleGetSet'ers

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 IDoubleVectorGetSet : IDoubleVectorGetter, 
	IVectorGetter<double>, IDoubleVectorSetter
Implements
IDoubleVectorGetter, IDoubleVectorSetter, IVectorGetterDouble

Properties

ElementCount Number of elements in vector
(Inherited from IVectorGetterT)

Methods

GetValue Get value of specified element.
(Inherited from IVectorGetterT)
SetValue Set value of specified element.
(Inherited from IDoubleVectorSetter)

Extension Methods

GetValuesDouble Get values from engineDataReach, copying data to a new array.
(Defined by GenericExtensions)
GetValuesDouble Get values from engineDataReach, copying data to data.
(Defined by GenericExtensions)
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