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