|  | CompressedSparseRowTValues Property | 
            Gets and sets the array on non-zero values.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic T[] Values { get; set; }Public Property Values As T()
	Get
	Set
public:
property array<T>^ Values {
	array<T>^ get ();
	void set (array<T>^ value);
}member Values : 'T[] with get, set
Property Value
T See Also
See Also