The fields of System.Decimal are listed below. For a list of all members, see the Decimal Members list.
See Also: Inherited members from System.ValueType
static readonlyMaxValue decimal (79228162514264337593543950335). Contains the maximum positive value for the decimal type. static readonlyMinusOne decimal (-1). Contains negative one (-1). static readonlyMinValue decimal (-79228162514264337593543950335). Contains the minimum (most negative) value for the decimal type. static readonlyOne decimal (1). Contains one (1). static readonlyZero decimal (0). Contains zero (0).