Click or drag to resize

IVectorGetterT Interface

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

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 IVectorGetter<T>

Type Parameters

T

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

The IVectorGetterT type exposes the following members.

Properties
  NameDescription
Public propertyElementCount
Number of elements in vector
Top
Methods
  NameDescription
Public methodGetValue
Get value of specified element.
Top
Extension Methods
See Also