Gets the data vector referenced by this matrix.

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

Syntax

C#
public FloatVector DataVector { get; set; }
Visual Basic (Declaration)
Public Property DataVector As FloatVector
Visual C++
public:
property FloatVector^ DataVector {
	FloatVector^ get ();
	void set (FloatVector^ value);
}

See Also