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 が計算される値。

返品

valueの log2。

実装

適用対象