Representing the constant that is the Decimal value of zero: 0.
[Visual Basic] Public Shared ReadOnly Zero As Decimal [C#] public static readonly Decimal Zero; [C++] public: static readonly Decimal Zero; [JScript] public static var Zero : Decimal;
The Decimal.Zero is equal to a new Decimal(0, 0, 0, 0).