Gets and sets the array on non-zero values.

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

Syntax

C#
public T[] Values { get; set; }
Visual Basic (Declaration)
Public Property Values As T()
Visual C++
public:
property array<T>^ Values {
	array<T>^ get ();
	void set (array<T>^ value);
}

See Also