Click or drag to resize

TimeSeriesItem Property

Gets or sets the value of the time series at a given index.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public double this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The index of the value.

Return Value

Type: Double
The value.

Implements

IListTItemInt32
See Also