IVectorFractionGetterT Interface

A vector getter can be called at any time to provide the actual values of the sources.

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 IVectorFractionGetter<T> : IVectorGetter<T>
Implements
IVectorGetterT

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:DHI.Mike1D.Generic.IVectorFractionGetter`1"]

Properties

ElementCount Number of elements in vector
(Inherited from IVectorGetterT)

Methods

GetValue(Int32) Get value of specified element.
(Inherited from IVectorGetterT)
GetValue(Int32, Double) Get value of specified element.

Extension Methods

GetValuesT Get values from engineDataReach, copying data to a new array.
(Defined by GenericExtensions)
GetValuesT Get values from engineDataReach, copying data to data.
(Defined by GenericExtensions)
GetValuesT Get values from engineDataReach, copying data to data.
(Defined by GenericExtensions)

See Also