Vector.ConvertToDouble Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| Name | Description |
|---|---|
| ConvertToDouble(Vector<Int64>) |
bir |
| ConvertToDouble(Vector<UInt64>) |
bir |
ConvertToDouble(Vector<Int64>)
- Kaynak:
- Vector.cs
- Kaynak:
- Vector.cs
- Kaynak:
- Vector.cs
- Kaynak:
- Vector.cs
bir Vector<Int64> öğesini değerine Vector<Double>dönüştürür.
public:
static System::Numerics::Vector<double> ConvertToDouble(System::Numerics::Vector<long> value);
public static System.Numerics.Vector<double> ConvertToDouble(System.Numerics.Vector<long> value);
static member ConvertToDouble : System.Numerics.Vector<int64> -> System.Numerics.Vector<double>
Public Function ConvertToDouble (value As Vector(Of Long)) As Vector(Of Double)
Public Shared Function ConvertToDouble (value As Vector(Of Long)) As Vector(Of Double)
Parametreler
Döndürülenler
Dönüştürülen vektör.
Şunlara uygulanır
ConvertToDouble(Vector<UInt64>)
- Kaynak:
- Vector.cs
- Kaynak:
- Vector.cs
- Kaynak:
- Vector.cs
- Kaynak:
- Vector.cs
Önemli
Bu API, CLS uyumlu değildir.
bir Vector<UInt64> öğesini değerine Vector<Double>dönüştürür.
public:
static System::Numerics::Vector<double> ConvertToDouble(System::Numerics::Vector<System::UInt64> value);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<double> ConvertToDouble(System.Numerics.Vector<ulong> value);
[<System.CLSCompliant(false)>]
static member ConvertToDouble : System.Numerics.Vector<uint64> -> System.Numerics.Vector<double>
Public Function ConvertToDouble (value As Vector(Of ULong)) As Vector(Of Double)
Public Shared Function ConvertToDouble (value As Vector(Of ULong)) As Vector(Of Double)
Parametreler
Döndürülenler
Dönüştürülen vektör.
- Öznitelikler