BitArray.HasAllSet Methode

Definition

Bestimmt, ob alle Bits im BitArray auf truefestgelegt sind.

public:
 bool HasAllSet();
public bool HasAllSet ();
member this.HasAllSet : unit -> bool
Public Function HasAllSet () As Boolean

Gibt zurück

true , wenn jedes Bit im BitArray auf truefestgelegt ist, oder , wenn BitArray leer ist, falseandernfalls .

Gilt für: