次の方法で共有


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

定義

オーバーフロー時のプラットフォーム固有の動作を使用して、System.Numerics.Vector{System.Double}System.Numerics.Vector{System.Int64} に変換します。

public:
 static System::Numerics::Vector<long> ConvertToInt64Native(System::Numerics::Vector<double> value);
public static System.Numerics.Vector<long> ConvertToInt64Native (System.Numerics.Vector<double> value);
static member ConvertToInt64Native : System.Numerics.Vector<double> -> System.Numerics.Vector<int64>
Public Function ConvertToInt64Native (value As Vector(Of Double)) As Vector(Of Long)

パラメーター

value
Vector<Double>

変換するベクター。

戻り値

変換されたベクター。

適用対象