DataFrameColumn.IsNumericColumn Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the column is of a numeric type
public virtual bool IsNumericColumn ();
abstract member IsNumericColumn : unit -> bool
override this.IsNumericColumn : unit -> bool
Public Overridable Function IsNumericColumn () As Boolean