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