The fields of the Decimal structure are listed below. For a complete list of Decimal structure members, see the Decimal Members topic.
Empty | Representing the constant that is the empty Decimal value. |
MaxValue | Representing the constant that is the largest possible Decimal value. |
MinusOne | Representing the constant that is the Decimal value of minus one:-1. |
MinValue | Representing the constant that is the smallest possible Decimal value. . |
One | Representing the constant that is the Decimal value of one: 1. |
ScaleMask | Representing the constant that is the scale mask for the flags field. |
SignMask | Representing the constant that is the sign mask for the flags field. . |
Zero | Representing the constant that is the Decimal value of zero: 0. |