diff options
author | Graham Linden <graham@lindenlab.com> | 2018-11-15 14:32:18 -0800 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2018-11-15 14:32:18 -0800 |
commit | ba1fbddc2dbc526ee89e7d79b35cf3e0a46e3add (patch) | |
tree | d779020d73e73a8eb9fa8731c362b8708c8837ef /indra/llcommon/llstring.h | |
parent | 2783783575a9b712eb318b450dc5e6bb17d7f7c5 (diff) | |
parent | a0a1d93fb6a74149bbef57f1d1489510247110ca (diff) |
Merge 6ish
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 a4a5b393cb..68ee9db46b 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); }; /** |