1 override of IsNumericColumn
Microsoft.Data.Analysis (1)
PrimitiveDataFrameColumn.cs (1)
319
public override bool
IsNumericColumn
()
2 references to IsNumericColumn
Microsoft.Data.Analysis (1)
DataFrame.cs (1)
295
if (column.
IsNumericColumn
())
Microsoft.Data.Analysis.Tests (1)
DataFrameTests.cs (1)
613
if (column.
IsNumericColumn
())