 | DFColumnIsNumeric Property |
Returns true if the objects in this column are integers or floating point
numbers; otherwise, false.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic bool IsNumeric { get; }
Public ReadOnly Property IsNumeric As Boolean
Get
public:
virtual property bool IsNumeric {
bool get () sealed;
}
abstract IsNumeric : bool with get
override IsNumeric : bool with get
Property Value
BooleanImplements
IDFColumnIsNumeric
See Also