Vector.ConvertToInt64(Vector<Double>) 메서드

정의

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

매개 변수

value
Vector<Double>

원본 벡터입니다.

반환

변환된 벡터입니다.

적용 대상