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!

BitVector32 Constructor (Int32)

Creates a new vector with the specified internal data.

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

Parameters

data
[To be supplied.]

See Also

BitVector32 Structure | BitVector32 Members | System.WinForms Namespace | BitVector32 Constructor Overload List