Vector.AsVectorDouble<T>(Vector<T>) Метод
В этой статье
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Повторно интерпретирует биты заданного вектора в биты вектора двойной точности с плавающей запятой.
public:
generic <typename T>
where T : value class static System::Numerics::Vector<double> AsVectorDouble(System::Numerics::Vector<T> value);
public:
generic <typename T>
static System::Numerics::Vector<double> AsVectorDouble(System::Numerics::Vector<T> value);
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);
static member AsVectorDouble : System.Numerics.Vector<'T (requires 'T : struct)> -> System.Numerics.Vector<double> (requires 'T : struct)
static member AsVectorDouble : System.Numerics.Vector<'T> -> System.Numerics.Vector<double>
Public Shared Function AsVectorDouble(Of T As Structure) (value As Vector(Of T)) As Vector(Of Double)
Public Function AsVectorDouble(Of T) (value As Vector(Of T)) As Vector(Of Double)
Public Function AsVectorDouble(Of T As Structure) (value As Vector(Of T)) As Vector(Of Double)
- 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 |