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.MinusOne

Representing the constant that is the Decimal value of minus one:-1.

[Visual Basic]
Public Shared ReadOnly MinusOne As Decimal
[C#]
public static readonly Decimal MinusOne;
[C++]
public: static readonly Decimal MinusOne;
[JScript]
public static var MinusOne : Decimal;

Remarks

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

See Also

Decimal Structure | Decimal Members | System Namespace