|  | DoubleTriDiagMatrixDataVector Property | 
            Gets the data vector referenced by this matrix. 
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleVector DataVector { get; }Public ReadOnly Property DataVector As DoubleVector
	Get
public:
property DoubleVector^ DataVector {
	DoubleVector^ get ();
}member DataVector : DoubleVector with get
Property Value
DoubleVector Remarks
Remarks
            The data is stored using the storage scheme described in the
            class summary.
            
 See Also
See Also