Gets or sets the name of this Variable.

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

Syntax

Visual Basic (Declaration)
Public Property Name As String
C#
public string Name { get; set; }
C++
public:
String^ Name {
	String^ get ();
	void set (String^ value);
}

Value

The name of this Variable.