Returns a String array containing the names of the variables in the VariableCollection.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Function GetNames As String()
C#
public string[] GetNames ()
C++
public:
array<String^>^ GetNames ()

Return Value

A String array containing the names of the variables in this VariableCollection.

Remarks

A new array instance is created on every call. This method should not be used inside a loop.