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 Constructor (UInt64)

Initializes a new instance of the Decimal class to a value specified by a UInt64.

[Visual Basic]
Overloads Public Sub New( _
   ByVal value As UInt64 _
)
[C#]
public Decimal(
   ulong value
);
[C++]
public: Decimal(
   unsigned __int64 value
);
[JScript]
public function Decimal(
   value : UInt64
);

Parameters

value
The value to represent as a Decimal.

See Also

Decimal Structure | Decimal Members | System Namespace | Decimal Constructor Overload List