Vector.ConvertToInt64(Vector<Double>) 方法

定义

Vector<Double> 转换为 Vector<Int64>Converts a Vector<Double> to a Vector<Int64>.

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 Shared Function ConvertToInt64 (value As Vector(Of Double)) As Vector(Of Long)

参数

value
Vector<Double>

源向量。The source vector.

返回

Vector<Int64>

转换后的向量。The converted vector.

适用于