diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-10-03 22:26:00 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-10-03 22:26:00 +0100 |
commit | 36c44242133697611216375c94d637ef88cd66cc (patch) | |
tree | a1b05fd9bea575436f2a4b40535b94e9f6b93da7 /indra/llcommon/llstring.h | |
parent | 217df36656fb1a3d309fa0b42de192c369309211 (diff) |
SL-808 - more work on arc display. area calculations still have some issues, especially for animated objects.
Diffstat (limited to 'indra/llcommon/llstring.h')
-rw-r--r-- | indra/llcommon/llstring.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llcommon/llstring.h b/indra/llcommon/llstring.h index abe5fda603..627ca05f14 100644 --- a/indra/llcommon/llstring.h +++ b/indra/llcommon/llstring.h @@ -211,6 +211,9 @@ public: static bool getPacificDaylightTime(void) { return sPacificDaylightTime;} static std::string getDatetimeCode (std::string key); + + // Express a value like 1234567 as "1.23M" + static std::string getReadableNumber(F64 num); }; /** |