Vector.ConvertToInt64(Vector<Double>) 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'yi Vector<Double> öğesine Vector<Int64>dönüştürür.
public:
static System::Numerics::Vector<long> ConvertToInt64(System::Numerics::Vector<double> value);
public static System.Numerics.Vector<long> ConvertToInt64(System.Numerics.Vector<double> value);
static member ConvertToInt64 : System.Numerics.Vector<double> -> System.Numerics.Vector<int64>
Public Function ConvertToInt64 (value As Vector(Of Double)) As Vector(Of Long)
Public Shared Function ConvertToInt64 (value As Vector(Of Double)) As Vector(Of Long)
Parametreler
Döndürülenler
Dönüştürülen vektör.