AdvSimd.Arm64.MinScalar 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
MinScalar(Vector64<Double>, Vector64<Double>) |
float64x1_t vmin_f64 (float64x1_t a, float64x1_t b) A64: FMIN Dd, Dn, Dm |
MinScalar(Vector64<Single>, Vector64<Single>) |
float32_t vmins_f32 (float32_t a, float32_t b) A64: FMIN Sd, Sn, Sm Die oben genannte native Signatur ist nicht vorhanden. Diese zusätzliche Überladung wird für Konsistenz mit den anderen skalaren APIs bereitgestellt. |
MinScalar(Vector64<Double>, Vector64<Double>)
float64x1_t vmin_f64 (float64x1_t a, float64x1_t b)
A64: FMIN Dd, Dn, Dm
public:
static System::Runtime::Intrinsics::Vector64<double> MinScalar(System::Runtime::Intrinsics::Vector64<double> left, System::Runtime::Intrinsics::Vector64<double> right);
public static System.Runtime.Intrinsics.Vector64<double> MinScalar (System.Runtime.Intrinsics.Vector64<double> left, System.Runtime.Intrinsics.Vector64<double> right);
static member MinScalar : System.Runtime.Intrinsics.Vector64<double> * System.Runtime.Intrinsics.Vector64<double> -> System.Runtime.Intrinsics.Vector64<double>
Public Shared Function MinScalar (left As Vector64(Of Double), right As Vector64(Of Double)) As Vector64(Of Double)
Parameter
Gibt zurück
Gilt für:
MinScalar(Vector64<Single>, Vector64<Single>)
float32_t vmins_f32 (float32_t a, float32_t b)
A64: FMIN Sd, Sn, Sm Die oben genannte native Signatur ist nicht vorhanden. Diese zusätzliche Überladung wird für Konsistenz mit den anderen skalaren APIs bereitgestellt.
public:
static System::Runtime::Intrinsics::Vector64<float> MinScalar(System::Runtime::Intrinsics::Vector64<float> left, System::Runtime::Intrinsics::Vector64<float> right);
public static System.Runtime.Intrinsics.Vector64<float> MinScalar (System.Runtime.Intrinsics.Vector64<float> left, System.Runtime.Intrinsics.Vector64<float> right);
static member MinScalar : System.Runtime.Intrinsics.Vector64<single> * System.Runtime.Intrinsics.Vector64<single> -> System.Runtime.Intrinsics.Vector64<single>
Public Shared Function MinScalar (left As Vector64(Of Single), right As Vector64(Of Single)) As Vector64(Of Single)