MCPcopy Create free account
hub / github.com/DOI-USGS/ISIS3 / isInteger

Method isInteger

isis/src/core/src/TableField.cpp:122–124  ·  view source on GitHub ↗

* Determines whether the field type is Integer * * @return @b bool Returns true if field type is Integer, and false if it is * not. */

Source from the content-addressed store, hash-verified

120 * not.
121 */
122 bool TableField::isInteger() const {
123 return (m_type == TableField::Integer);
124 }
125
126 /**
127 * Determines whether the field type is Double

Callers 10

toStringMethod · 0.80
PackMethod · 0.80
SwapMethod · 0.80
mainFunction · 0.80
ImportPdsTable.cppFile · 0.80
extractBinaryMethod · 0.80
PackMethod · 0.80
loadMethod · 0.80
readTableFunction · 0.80
IsisMainFunction · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64