Gets an sets the number of non-zero elements.

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

Syntax

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

See Also