  | SparseMatrixBuilderTValues Property | 
            Gets a collection of all the nonzero values.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic ICollection<T> Values { get; }Public ReadOnly Property Values As ICollection(Of T)
	Get
public:
virtual property ICollection<T>^ Values {
	ICollection<T>^ get () sealed;
}abstract Values : ICollection<'T> with get
override Values : ICollection<'T> with get
Property Value
ICollectionTImplements
IDictionaryTKey, TValueValues
See Also