UInt16.Log2(UInt16) メソッド

定義

値の log2 を計算します。

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

パラメーター

value
UInt16

log2 が計算される値。

返品

valueの log2。

実装

適用対象