CountBits()
Returns the number of bits that are 1.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public int CountBits()
Returns
Type | Description |
|---|---|
| int | The number of bits that are 1. |