Int16.Log2(Int16) 메서드

정의

값의 log2를 계산합니다.

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

매개 변수

value
Int16

log2를 계산할 값입니다.

반품

의 log2입니다 value.

구현

적용 대상