Rediģēt

Kopīgot, izmantojot


Sve.ConvertToInt64 Method

Definition

Overloads

ConvertToInt64(Vector<Double>)

svint64_t svcvt_s64[_f64]_m(svint64_t inactive, svbool_t pg, svfloat64_t op)

svint64_t svcvt_s64[_f64]_x(svbool_t pg, svfloat64_t op)

svint64_t svcvt_s64[_f64]_z(svbool_t pg, svfloat64_t op)

FCVTZS Zresult.D, Pg/M, Zop.D

ConvertToInt64(Vector<Single>)

svint64_t svcvt_s64[_f32]_m(svint64_t inactive, svbool_t pg, svfloat32_t op)

svint64_t svcvt_s64[_f32]_x(svbool_t pg, svfloat32_t op)

svint64_t svcvt_s64[_f32]_z(svbool_t pg, svfloat32_t op)

FCVTZS Zresult.D, Pg/M, Zop.S

ConvertToInt64(Vector<Double>)

svint64_t svcvt_s64[_f64]_m(svint64_t inactive, svbool_t pg, svfloat64_t op)

svint64_t svcvt_s64[_f64]_x(svbool_t pg, svfloat64_t op)

svint64_t svcvt_s64[_f64]_z(svbool_t pg, svfloat64_t op)

FCVTZS Zresult.D, Pg/M, Zop.D

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)

Parameters

value
Vector<Double>

Returns

Applies to

ConvertToInt64(Vector<Single>)

svint64_t svcvt_s64[_f32]_m(svint64_t inactive, svbool_t pg, svfloat32_t op)

svint64_t svcvt_s64[_f32]_x(svbool_t pg, svfloat32_t op)

svint64_t svcvt_s64[_f32]_z(svbool_t pg, svfloat32_t op)

FCVTZS Zresult.D, Pg/M, Zop.S

public:
 static System::Numerics::Vector<long> ConvertToInt64(System::Numerics::Vector<float> value);
public static System.Numerics.Vector<long> ConvertToInt64 (System.Numerics.Vector<float> value);
static member ConvertToInt64 : System.Numerics.Vector<single> -> System.Numerics.Vector<int64>
Public Shared Function ConvertToInt64 (value As Vector(Of Single)) As Vector(Of Long)

Parameters

value
Vector<Single>

Returns

Applies to