Click or drag to resize
Ab4d.SharpEngine logo

MathUtilsGetSetBitsCount Method

Overload List
 NameDescription
Public methodStatic memberGetSetBitsCount(Int32) Returns the number of bits set to 1. Can be used to count how many flags in an enum value are set.
Public methodStatic memberGetSetBitsCount(UInt32) Returns the number of bits set to 1. Can be used to count how many flags in an enum value are set.
Top
See Also