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

[To be supplied.]

Overload List

Creates a new vector with the specified internal data.

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

Creates a new vector that contains the same information as value.

[Visual Basic] Overloads Public Sub New(BitVector32)
[C#] public BitVector32(BitVector32);
[C++] public: BitVector32(BitVector32);
[JScript] public function BitVector32(BitVector32);

See Also

BitVector32 Structure | BitVector32 Members | System.WinForms Namespace