Interface for data frame column types.

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

Syntax

C#
public interface IDFColumn : ICloneable, 
	ICollection, IEnumerable
Visual Basic (Declaration)
Public Interface IDFColumn _
	Implements ICloneable, ICollection, IEnumerable
Visual C++
public interface class IDFColumn : ICloneable, 
	ICollection, IEnumerable

See Also