Returns true if the objects in this column are of type numeric; otherwise, false.

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

Syntax

C#
bool IsNumeric { get; }
Visual Basic (Declaration)
ReadOnly Property IsNumeric As Boolean
Visual C++
property bool IsNumeric {
	bool get ();
}

See Also