Sve.MaxNumberAcross 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
| Name | Beschreibung |
|---|---|
| MaxNumberAcross(Vector<Double>) |
float64_t svmaxnmv[_f64](svbool_t pg, svfloat64_t op) FMAXNMV Dresult, Pg, Zop.D |
| MaxNumberAcross(Vector<Single>) |
float32_t svmaxnmv[_f32](svbool_t pg, svfloat32_t op) FMAXNMV Sresult, Pg, Zop.S |
MaxNumberAcross(Vector<Double>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
float64_t svmaxnmv[_f64](svbool_t pg, svfloat64_t op)
FMAXNMV Dresult, Pg, Zop.D
public:
static System::Numerics::Vector<double> MaxNumberAcross(System::Numerics::Vector<double> value);
public static System.Numerics.Vector<double> MaxNumberAcross(System.Numerics.Vector<double> value);
static member MaxNumberAcross : System.Numerics.Vector<double> -> System.Numerics.Vector<double>
Public Shared Function MaxNumberAcross (value As Vector(Of Double)) As Vector(Of Double)
Parameter
Gibt zurück
Gilt für:
MaxNumberAcross(Vector<Single>)
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
- Quelle:
- Sve.PlatformNotSupported.cs
float32_t svmaxnmv[_f32](svbool_t pg, svfloat32_t op)
FMAXNMV Sresult, Pg, Zop.S
public:
static System::Numerics::Vector<float> MaxNumberAcross(System::Numerics::Vector<float> value);
public static System.Numerics.Vector<float> MaxNumberAcross(System.Numerics.Vector<float> value);
static member MaxNumberAcross : System.Numerics.Vector<single> -> System.Numerics.Vector<single>
Public Shared Function MaxNumberAcross (value As Vector(Of Single)) As Vector(Of Single)