"Thomas Jollans" wrote in message
news:19223891-2006-d496-bdfe-32776834e...@tjol.eu...
On 27/04/18 10:21, Frank Millman wrote:
> I have an object which represents a Decimal type.
>
> It can receive input from various sources. It has to round the value to
> a particular scale factor before sto
On 27/04/18 10:21, Frank Millman wrote:
> Hi all
>
> I have an object which represents a Decimal type.
>
> It can receive input from various sources. It has to round the value to
> a particular scale factor before storing it. The scale factor can vary,
> so it has to be looked up every time, whic
Hi all
I have an object which represents a Decimal type.
It can receive input from various sources. It has to round the value to a
particular scale factor before storing it. The scale factor can vary, so it
has to be looked up every time, which is a slight overhead. I thought I
could speed it