Sve.MinNumberAcross Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MinNumberAcross(Vector<Double>) |
float64_t svminnmv[_f64](svbool_t pg, svfloat64_t op) FMINNMV Dresult, Pg, Zop.D |
MinNumberAcross(Vector<Single>) |
float32_t svminnmv[_f32](svbool_t pg, svfloat32_t op) FMINNMV Sresult, Pg, Zop.S |
MinNumberAcross(Vector<Double>)
float64_t svminnmv[_f64](svbool_t pg, svfloat64_t op)
FMINNMV Dresult, Pg, Zop.D
public:
static System::Numerics::Vector<double> MinNumberAcross(System::Numerics::Vector<double> value);
public static System.Numerics.Vector<double> MinNumberAcross (System.Numerics.Vector<double> value);
static member MinNumberAcross : System.Numerics.Vector<double> -> System.Numerics.Vector<double>
Public Shared Function MinNumberAcross (value As Vector(Of Double)) As Vector(Of Double)
Parameters
Returns
Applies to
MinNumberAcross(Vector<Single>)
float32_t svminnmv[_f32](svbool_t pg, svfloat32_t op)
FMINNMV Sresult, Pg, Zop.S
public:
static System::Numerics::Vector<float> MinNumberAcross(System::Numerics::Vector<float> value);
public static System.Numerics.Vector<float> MinNumberAcross (System.Numerics.Vector<float> value);
static member MinNumberAcross : System.Numerics.Vector<single> -> System.Numerics.Vector<single>
Public Shared Function MinNumberAcross (value As Vector(Of Single)) As Vector(Of Single)
Parameters
Returns
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.