Converts this AseDecimal to new AseDecimal with
specified precision and scale.
Syntax
AseDecimal ToAseDecimal( int outputPrecision, int outputScale )
Parameters
- outputPrecision – the target precision for the output
- outputScale – the target scale for the output.
Return Value
An AseDecimal structure with the specified precision and scale.