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!

Currency Constructor (UInt64)

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

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

Parameters

value
The value to represent as a Currency.

Remarks

Note that this constructor is not CLS compliant.

This constructor initializes a new instances of Currency to a unisigned __in64 or UInt64, which is a ulong value.

See Also

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