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

log2를 계산할 값입니다.

반품

UIntPtr

unativeint

의 log2입니다 value.

구현

적용 대상