This documentation is archived and is not being maintained.
Decimal Fields
Visual Studio 2010
The Decimal type exposes the following members.
| Name | Description | |
|---|---|---|
|
MaxValue | Represents the largest possible value of Decimal. This field is constant and read-only. |
|
MinusOne | Represents the number negative one (-1). |
|
MinValue | Represents the smallest possible value of Decimal. This field is constant and read-only. |
|
One | Represents the number one (1). |
|
Zero | Represents the number zero (0). |
Show: