ToAseDecimal method

Description

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.