Decimal Fields
.NET Framework 4.5
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). |