Subject | RE: [ib-support] Casting problem |
---|---|
Author | Leyne, Sean |
Post date | 2001-08-11T22:48:14Z |
I would have thought that this was the expected results based on the
dialect settings.
Under dialect 1 values are treated, without any consideration of the
precision/decimals, and hence the result.
Under dialect 3, math operations return results are sensitive to the
precision/decimals of the values - in this case you choose two value
without any precision, hence the answer has no decimals.
Sean
dialect settings.
Under dialect 1 values are treated, without any consideration of the
precision/decimals, and hence the result.
Under dialect 3, math operations return results are sensitive to the
precision/decimals of the values - in this case you choose two value
without any precision, hence the answer has no decimals.
Sean