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>

要转换的向量。

返回

转换后的向量。

属性

适用于