Questions tagged [figures]
91 questions
-3
votes
1 answer
How can I reduce the number of figures of a number?
Is there a way to reduce the number of figures of a number?
Example:
double d = 222222222222222224444444444444.0
I want to "serialize" it like 17[2]13[4] for example.
The idea is to reduce the number of "chars" used by the number.

Florian
- 4,507
- 10
- 53
- 73