MCPcopy Create free account
hub / github.com/KDE/labplot / isNumeric

Method isNumeric

src/backend/core/AbstractColumn.cpp:360–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358}
359
360bool AbstractColumn::isNumeric() const {
361 const auto mode = columnMode();
362 return (mode == ColumnMode::Double || mode == ColumnMode::Integer || mode == ColumnMode::BigInt);
363}
364
365bool AbstractColumn::isPlottable() const {
366 const auto mode = columnMode();

Calls

no outgoing calls

Tested by 2

dataMethod · 0.36
flagsMethod · 0.36