Home > @i2analyze/i2connect > data > IDecimal > asApproximateNumber
data.IDecimal.asApproximateNumber() method
Converts the decimal value to an approximate JavaScript number.
Signature:
asApproximateNumber(): number;
Returns:
number
A number that approximates the original value.
Introduced: API version 2.0
Remarks
Significant precision can be lost in the conversion process.