CountBits Interface

public interface CountBits

Contents


Module Procedures

public pure function CountBits_elemental(iLut, nLast, nBitsMax) result(nbits)

Arguments

Type IntentOptional Attributes Name
integer(kind=n_int), intent(in) :: iLut(0:nLast)
integer, intent(in) :: nLast
integer, intent(in), optional :: nBitsMax

Return Value integer