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 Fields

The fields of the Decimal structure are listed below. For a complete list of Decimal structure members, see the Decimal Members topic.

Public:

Empty Representing the constant that is the empty Decimal value.
MaxValue Representing the constant that is the largest possible Decimal value.
MinusOne Representing the constant that is the Decimal value of minus one:-1.
MinValue Representing the constant that is the smallest possible Decimal value. .
One Representing the constant that is the Decimal value of one: 1.
ScaleMask Representing the constant that is the scale mask for the flags field.
SignMask Representing the constant that is the sign mask for the flags field. .
Zero Representing the constant that is the Decimal value of zero: 0.

See Also

Decimal Structure | System Namespace