The decimal object represents a number
with a fixed number of digits after the decimal.
Properties
Name
|
Description
|
Type
|
Access
|
{default}
|
Represents the actual value stored by an
object.
|
Double
|
Read /Write
|
fracDigits
|
Specifies the maximum number of digits (inclusively)
following the decimal point to capture and store.
|
String
|
Read /Write
|
leadDigits
|
Specifies the maximum number of digits (inclusively)
preceding the decimal point to capture and store.
|
String
|
Read /Write
|
use
|
Invokes a prototype.
|
String
|
Read /Write
|
usehref
|
Invokes an external prototype.
|
String
|
Read /Write
|
value
|
Specifies the value of the current object.
|
String
|
Read /Write
|
|
|
|