Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CountBits(int, int)

Returns the number of bits in a range that are 1.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public int CountBits(int pos, int numBits = 1)

Parameters

pos

Index of the bit at which to start searching.

numBits

Number of bits to test. Defaults to 1.

Returns

Type

Description

intThe number of bits in a range of bits that are 1.