DDoubleTimeVectorGetterBoxGetValues 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 public double[] GetValues(
DateTime time
)
Public Function GetValues (
time As DateTime
) As Double()
public:
virtual array<double>^ GetValues(
DateTime time
) sealed
Parameters
- time
- Type: SystemDateTime
[Missing <param name="time"/> documentation for "M:DHI.Mike1D.Generic.DDoubleTimeVectorGetterBox.GetValues(System.DateTime)"]
Return Value
Type:
Double[Missing <returns> documentation for "M:DHI.Mike1D.Generic.DDoubleTimeVectorGetterBox.GetValues(System.DateTime)"]
Implements
IDoubleTimeVectorGetterGetValues(DateTime)See Also