다음을 통해 공유


UInt128.Log2(UInt128) 메서드

정의

값의 log2를 계산합니다.

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

매개 변수

value
UInt128

반환

UInt128

의 log2입니다 value.

구현

적용 대상