Gets the 'x' size of the array

Namespace: JigLibX.Utils
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public int Nx { get; }
Visual Basic
Public ReadOnly Property Nx As Integer
	Get
Visual C++
public:
property int Nx {
	int get ();
}

See Also