共用方式為


Vector.ConvertToUInt64Native(Vector<Double>) 方法

定義

重要

此 API 不符合 CLS 規範。

使用溢位上的平臺特定行為,將 System.Numerics.Vector{System.Double} 轉換成 System.Numerics.Vector{System.UInt64}

public:
 static System::Numerics::Vector<System::UInt64> ConvertToUInt64Native(System::Numerics::Vector<double> value);
[System.CLSCompliant(false)]
public static System.Numerics.Vector<ulong> ConvertToUInt64Native (System.Numerics.Vector<double> value);
[<System.CLSCompliant(false)>]
static member ConvertToUInt64Native : System.Numerics.Vector<double> -> System.Numerics.Vector<uint64>
Public Function ConvertToUInt64Native (value As Vector(Of Double)) As Vector(Of ULong)

參數

value
Vector<Double>

要轉換的向量。

傳回

已轉換的向量。

屬性

適用於