Gets the number of columns in this data frame.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public int Cols { get; }
Visual Basic (Declaration)
Public ReadOnly Property Cols As Integer
Visual C++
public:
property int Cols {
	int get ();
}

See Also