Vector.Log2 メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| Log2(Vector<Double>) |
ベクトル内の各要素の log2 を計算します。 |
| Log2(Vector<Single>) |
ベクトル内の各要素の log2 を計算します。 |
Log2(Vector<Double>)
- ソース:
- Vector.cs
- ソース:
- Vector.cs
- ソース:
- Vector.cs
ベクトル内の各要素の log2 を計算します。
public:
static System::Numerics::Vector<double> Log2(System::Numerics::Vector<double> vector);
public static System.Numerics.Vector<double> Log2(System.Numerics.Vector<double> vector);
static member Log2 : System.Numerics.Vector<double> -> System.Numerics.Vector<double>
Public Function Log2 (vector As Vector(Of Double)) As Vector(Of Double)
パラメーター
返品
vector内の要素の log2 を要素とするベクター。
適用対象
Log2(Vector<Single>)
- ソース:
- Vector.cs
- ソース:
- Vector.cs
- ソース:
- Vector.cs
ベクトル内の各要素の log2 を計算します。
public:
static System::Numerics::Vector<float> Log2(System::Numerics::Vector<float> vector);
public static System.Numerics.Vector<float> Log2(System.Numerics.Vector<float> vector);
static member Log2 : System.Numerics.Vector<single> -> System.Numerics.Vector<single>
Public Function Log2 (vector As Vector(Of Single)) As Vector(Of Single)
パラメーター
返品
vector内の要素の log2 を要素とするベクター。