다음을 통해 공유


UIntPtr.Log2(UIntPtr) 메서드

정의

값의 log2를 계산합니다.

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

매개 변수

value
UIntPtr

unativeint

반환

UIntPtr

unativeint

의 log2입니다 value.

구현

적용 대상