IDoubleTimeVectorGetterGetValues Method (DateTime) |
Get the current values. A new array will be returned every time
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax double[] GetValues(
DateTime time
)
Function GetValues (
time As DateTime
) As Double()
array<double>^ GetValues(
DateTime time
)
Parameters
- time
- Type: SystemDateTime
[Missing <param name="time"/> documentation for "M:DHI.Mike1D.Generic.IDoubleTimeVectorGetter.GetValues(System.DateTime)"]
Return Value
Type:
Double[Missing <returns> documentation for "M:DHI.Mike1D.Generic.IDoubleTimeVectorGetter.GetValues(System.DateTime)"]
See Also