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!

BitArray.Not

Inverts all the bit values in the array, so that elements set to true are changed to false, and elements set to false are changed to true.

[Visual Basic]
Public Function Not() As BitArray
[C#]
public BitArray Not();
[C++]
public: BitArray* Not();
[JScript]
public function Not() : BitArray;

Return Value

The current instance with inverted bit values.

See Also

BitArray Class | BitArray Members | System.Collections Namespace