BitArray.HasAllSet 方法

定義

判斷 中的所有 BitArray 位是否都設定為 true

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

傳回

true 如果每個 BitArray 位都設定為 true,或如果 BitArray 是空的,則為 , false否則為 。

適用於