MCPcopy Create free account
hub / github.com/comaps/comaps / IsLowUnits

Method IsLowUnits

libs/platform/distance.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95bool Distance::IsLowUnits() const
96{
97 return m_units == Units::Meters || m_units == Units::Feet;
98}
99
100bool Distance::IsHighUnits() const
101{

Callers 2

FormatAltitudeMethod · 0.80
UNIT_TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

UNIT_TESTFunction · 0.64