Int32.LeadingZeroCount(Int32) 메서드

정의

값에서 선행 0의 수를 계산합니다.

public:
 static int LeadingZeroCount(int value) = System::Numerics::IBinaryInteger<int>::LeadingZeroCount;
public static int LeadingZeroCount (int value);
static member LeadingZeroCount : int -> int
Public Shared Function LeadingZeroCount (value As Integer) As Integer

매개 변수

value
Int32

선행 0을 계산할 값입니다.

반환

의 선행 0 수입니다 value.

구현

적용 대상