NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Decimal.One

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;

Remarks

The Decimal.One is equal to a new Decimal(1, 0, 0, 0).

See Also

Decimal Structure | Decimal Members | System Namespace