Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsVariableTestDataList interface is used to work with the collection of variables, to which the descriptive statistics is calculated.
IMsVariableTestDataList
To get the collection of variables, for which the descriptive statistics is calculated, use the IMsVariableTestSettings.IncludedSources property.
Property name | Brief description | |
The Count property returns the number of variables in the collection. | ||
The Item property returns the specified variable from the collection. |
Method name | Brief description | |
The Add method adds the variable to the collection. | ||
The Clear method clears the collection of variables. | ||
The Remove method removes the specified variable from the collection. |
See also: