次の方法で共有


Vector.ConvertToUInt64Native(Vector<Double>) メソッド

定義

重要

この API は CLS 準拠ではありません。

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>

戻り値

属性

適用対象