C# 클래스 DistributedFileSystem.LongBitCount

Utility class used to count the number of set bits in a ulong
파일 보기 프로젝트 열기: MarcFletcher/NetworkComms.Net

공개 메소드들

메소드 설명
CountBits ( ulong inputLong ) : byte

Returns the number of bits set to 1 in a ulong

메소드 상세

CountBits() 공개 정적인 메소드

Returns the number of bits set to 1 in a ulong
public static CountBits ( ulong inputLong ) : byte
inputLong ulong The ulong to count
리턴 byte