Mono Class Library: Overview

System.Decimal: Field Members

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

Public Fields

static readonly
MaxValuedecimal (79228162514264337593543950335). Contains the maximum positive value for the decimal type.
static readonly
MinusOnedecimal (-1). Contains negative one (-1).
static readonly
MinValuedecimal (-79228162514264337593543950335). Contains the minimum (most negative) value for the decimal type.
static readonly
Onedecimal (1). Contains one (1).
static readonly
Zerodecimal (0). Contains zero (0).