XMLBigDecimal
Constructs a newly allocated XMLBigDecimal object that represents the value represented by the string.
String
[static]
[virtual]
Return the original and converted value of the original data.
(applicable to double/float)
The internal buffer is returned directly, user is not required to delete the returned buffer
Implements XMLNumber.
Return string representation of the decimal value.
A decimal point will be included as necessary. Similar to toString above, but the internal buffer is returned directly, user is not required to delete the returned buffer
Returns the sign of this number.
-1 negative 0 zero 1 positive
Compares this object to the specified object.
-1
0
+1
Deprecated: please use getRawData.