Click or drag to resize

DFColumnIsNumeric Property

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool IsNumeric { get; }

Property Value

Boolean

Implements

IDFColumnIsNumeric
See Also