mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
Ref T215, PQ integer support
This commit is contained in:
@@ -107,6 +107,12 @@ namespace BlackMisc
|
||||
//! As integer value
|
||||
int valueInteger(MU unit) const;
|
||||
|
||||
//! As integer value in current unit
|
||||
int valueInteger() const;
|
||||
|
||||
//! Is value an integer
|
||||
bool isInteger() const;
|
||||
|
||||
//! Rounded value in current unit
|
||||
//! \note default digits is CMeasurementUnit::getDisplayDigits
|
||||
double valueRounded(int digits = -1) const;
|
||||
|
||||
Reference in New Issue
Block a user