Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: int CountBits(this int)

  • Declared in: RT.Util.Ut

Declaration

public static int CountBits(
    this int input
)

Summary

Returns the number of 1-bits in the input integer.