SByte.Log2(SByte) 메서드

정의

값의 log2를 계산합니다.

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

매개 변수

value
SByte

log2를 계산할 값입니다.

반품

의 log2입니다 value.

구현

적용 대상