SByte.LeadingZeroCount(SByte) 메서드

정의

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

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

매개 변수

value
SByte

앞에 오는 0을 계산할 값입니다.

반환

의 앞에 오는 0의 수입니다 value.

구현

적용 대상