C# Class TimeSeriesLibrary.TSDateValueStruct

Mostrar archivo Open project: hydrologics/TimeSeriesLibrary Class Usage Examples

Public Properties

Property Type Description
Date System.DateTime
Value double

Property Details

Date public_oe property

The date of the time step
public DateTime,System Date
return System.DateTime

Value public_oe property

The value of the time series on the time step
public double Value
return double