Gets and sets the dimension of the domain of the functional.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public int XDimension { get; set; }
Visual Basic (Declaration)
Public Property XDimension As Integer
Visual C++
public:
property int XDimension {
	int get ();
	void set (int value);
}

See Also