Assembly: Ms;
The IMsTimeMatrix interface is used to work with a matrix.
IMsTimeMatrix
Matrix is a set of the ITimeSeries series type.
Property name | Brief description | |
AlignedDate | The AlignedDate property returns nearest valid date. | |
CalcPointCount | The CalcPointCount property returns the number of points between indexes of series start and end. | |
CalendarLevel | The CalendarLevel property returns series frequency. | |
CalendarSettings | The CalendarSettings property returns the calendar level parameters for custom calculation method. | |
Coord | The Coord property returns parameters of series coordinate. | |
Count | The Count property returns the number of series in matrix. | |
CurrentDate | The CurrentDate property returns the current calculation point. | |
CurrentIndex | The CurrentIndex property returns the current calculation index. | |
EndDate | The EndDate property determines the series end date. | |
EndIndex | The EndIndex property determines the series end index. | |
ForecastStartDate | The ForecastStartDate property returns forecast period start date for series. | |
Item | The Item property determines series point value by its index. | |
LagIndex | The LagIndex property returns lag index. | |
PointCount | The PointCount property returns the number of series points. | |
StartDate | The StartDate property returns the series start date. | |
StartIndex | The StartIndex property returns the series start index. |
Method name | Brief description | |
AddArray | The AddArray method adds an array to matrix. | |
AddConstant | The AddConstant method adds a constant to matrix. | |
AddSerie | The AddSerie method adds a series to matrix. | |
AddTerm | The AddTerm method adds a term to matrix. | |
BeginCached | The BeginCached method starts matrix data caching. | |
Clear | The Clear method clears matrix. | |
Column | The Column method returns a matrix column by its index. | |
DateToIndex | The DateToIndex method transforms date to index. | |
DeleteSerie | The DeleteSerie method deletes a series from matrix by its index. | |
EndCached | The EndCached method finishes matrix data caching. | |
IndexToDate | The IndexToDate method transforms index to date. | |
MoveSerie | The MoveSerie method moves a series to the specified position. |
See also: