DHI.Mike1D Class Library
C#
Show/Hide TOC
IDouble
Time
Vector
Getter Interface
A vector getter can be called at any time to provide the actual values of the sources. It will often just be wrapping a list of DDoubleGetter
Definition
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
Copy
public
interface
IDoubleTimeVectorGetter
Methods
GetValues(DateTime)
Get the current values. A new array will be returned every time
GetValues(DateTime,
Double
)
Get the current values.
See Also
Reference
DHI.Mike1D.Generic Namespace
In This Article
Definition
Methods
See Also