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 (Int32)

Initializes a new instance of the Currency class to a specified Int32 value.

[Visual Basic]
Overloads Public Sub New( _
   ByVal value As Integer _
)
[C#]
public Currency(
   int value
);
[C++]
public: Currency(
   int value
);
[JScript]
public function Currency(
   value : int
);

Parameters

value
The integer value to represent as a Currency.

Remarks

This constructor is called by the NGWS runtime.

This constructor initializes a new instance of the Currency to a Long (int) value.

See Also

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