AdvSimd.Arm64.DuplicateSelectedScalarToVector128 Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
DuplicateSelectedScalarToVector128(Vector128<Double>, Byte) |
float64x2_t vdupq_laneq_f64 (float64x2_t vec, const int lane) A64: DUP Vd.2D, Vn.D[index] |
DuplicateSelectedScalarToVector128(Vector128<Int64>, Byte) |
int64x2_t vdupq_laneq_s64 (int64x2_t vec, const int lane) A64: DUP Vd.2D, Vn.D[index] |
DuplicateSelectedScalarToVector128(Vector128<UInt64>, Byte) |
uint64x2_t vdupq_laneq_u64 (uint64x2_t vec, const int lane) A64: DUP Vd.2D, Vn.D[index] |
DuplicateSelectedScalarToVector128(Vector128<Double>, Byte)
float64x2_t vdupq_laneq_f64 (float64x2_t vec, const int lane)
A64: DUP Vd.2D, Vn.D[index]
public:
static System::Runtime::Intrinsics::Vector128<double> DuplicateSelectedScalarToVector128(System::Runtime::Intrinsics::Vector128<double> value, System::Byte index);
public static System.Runtime.Intrinsics.Vector128<double> DuplicateSelectedScalarToVector128 (System.Runtime.Intrinsics.Vector128<double> value, byte index);
static member DuplicateSelectedScalarToVector128 : System.Runtime.Intrinsics.Vector128<double> * byte -> System.Runtime.Intrinsics.Vector128<double>
Public Shared Function DuplicateSelectedScalarToVector128 (value As Vector128(Of Double), index As Byte) As Vector128(Of Double)
Parameter
- index
- Byte
Gibt zurück
Gilt für
DuplicateSelectedScalarToVector128(Vector128<Int64>, Byte)
int64x2_t vdupq_laneq_s64 (int64x2_t vec, const int lane)
A64: DUP Vd.2D, Vn.D[index]
public:
static System::Runtime::Intrinsics::Vector128<long> DuplicateSelectedScalarToVector128(System::Runtime::Intrinsics::Vector128<long> value, System::Byte index);
public static System.Runtime.Intrinsics.Vector128<long> DuplicateSelectedScalarToVector128 (System.Runtime.Intrinsics.Vector128<long> value, byte index);
static member DuplicateSelectedScalarToVector128 : System.Runtime.Intrinsics.Vector128<int64> * byte -> System.Runtime.Intrinsics.Vector128<int64>
Public Shared Function DuplicateSelectedScalarToVector128 (value As Vector128(Of Long), index As Byte) As Vector128(Of Long)
Parameter
- index
- Byte
Gibt zurück
Gilt für
DuplicateSelectedScalarToVector128(Vector128<UInt64>, Byte)
uint64x2_t vdupq_laneq_u64 (uint64x2_t vec, const int lane)
A64: DUP Vd.2D, Vn.D[index]
public:
static System::Runtime::Intrinsics::Vector128<System::UInt64> DuplicateSelectedScalarToVector128(System::Runtime::Intrinsics::Vector128<System::UInt64> value, System::Byte index);
public static System.Runtime.Intrinsics.Vector128<ulong> DuplicateSelectedScalarToVector128 (System.Runtime.Intrinsics.Vector128<ulong> value, byte index);
static member DuplicateSelectedScalarToVector128 : System.Runtime.Intrinsics.Vector128<uint64> * byte -> System.Runtime.Intrinsics.Vector128<uint64>
Public Shared Function DuplicateSelectedScalarToVector128 (value As Vector128(Of ULong), index As Byte) As Vector128(Of ULong)
Parameter
- index
- Byte