BitSet.Or(BitSet) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs a logical <b>OR</b> of this bit set with the bit set argument.
[Android.Runtime.Register("or", "(Ljava/util/BitSet;)V", "GetOr_Ljava_util_BitSet_Handler")]
public virtual void Or (Java.Util.BitSet? set);
[<Android.Runtime.Register("or", "(Ljava/util/BitSet;)V", "GetOr_Ljava_util_BitSet_Handler")>]
abstract member Or : Java.Util.BitSet -> unit
override this.Or : Java.Util.BitSet -> unit
Parameters
- set
- BitSet
a bit set
- Attributes
Remarks
Java documentation for java.util.BitSet.or(java.util.BitSet)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.