Vector.AsVectorDouble<T>(Vector<T>) 方法

定義

將指定向量的位元轉換成雙精確度浮點向量的位元。

public static System.Numerics.Vector<double> AsVectorDouble<T>(System.Numerics.Vector<T> value) where T : struct;
public static System.Numerics.Vector<double> AsVectorDouble<T>(System.Numerics.Vector<T> value);

類型參數

T

向量類型。 T 可以是任何基本數字型別。

參數

value
Vector<T>

來源向量。

傳回

已轉換的向量。

例外狀況

不支援 value (T) 的類型。

適用於

產品 版本
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Standard 2.0 (package-provided), 2.1
UWP 10.0