Returns true if the objects in this column are integers or floating point numbers; otherwise, false.

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

Syntax

C#
public bool IsNumeric { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsNumeric As Boolean
Visual C++
public:
virtual property bool IsNumeric {
	bool get () sealed;
}

Implements

IDFColumn..::.IsNumeric

See Also