Gets the 'y' size of the array

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

Syntax

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

See Also