Gets the type of this data object.

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

Syntax

C#
public string Type { get; }
Visual Basic (Declaration)
Public ReadOnly Property Type As String
Visual C++
public:
property String^ Type {
	String^ get ();
}

Return Value

Returns CenterSpace.NMath.Stats.DataFrame.

See Also