BigInteger.LeadingZeroCount(BigInteger) 메서드

정의

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

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

매개 변수

value
BigInteger

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

반환

의 선행 0 수입니다 value.

구현

적용 대상