TimeSeries.Add Method (Double) |
Adds a point to the time series.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntaxpublic void Add(
double value
)
Public Sub Add (
value As Double
)
public:
virtual void Add(
double value
) sealed
abstract Add :
value : float -> unit
override Add :
value : float -> unit
Parameters
- value
- Type: System.Double
The value to add.
Implements
ICollection<T>.Add(T)
See Also