C++ GetAsHexString - Decimal
In This Topic
Property AsBigInteger As Decimal
Property AsDouble As Double
Property AsLong As Long
Property AsString As String
|
|
Property |
Description |
|
|
|
Property Name |
AsBigInteger |
|
|
|
Description |
Returns the Decimal as a BigInteger, are rounded and dicarded. |
|
|
|
Property Name |
AsDouble |
|
|
|
Description |
Returns the Decimal as a double. |
|
|
|
Property Name |
AsLong |
|
|
|
Description |
Returns the Decimal as a long, fractions are rounded and dicarded (throws if value is out of range to store in a long). |
|
|
|
Property Name |
AsString |
|
|
|
Description |
Returns the Decimal as a string. |
|
|
|
Remarks |
|
|
|
|
Example |
|
|