TestAll(int, int)
Returns true if all of the bits in a contiguous range are 1.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public bool TestAll(int pos, int numBits = 1)
Parameters
Returns
Type | Description |
|---|---|
| bool | True if all bits in the contiguous range are 1. |