Int32.Log2(Int32) 메서드

정의

값의 log2를 계산합니다.

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

매개 변수

value
Int32

반환

Int32

의 log2입니다 value.

구현

적용 대상