Sve.MaxNumberAcross 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
MaxNumberAcross(Vector<Double>) |
float64_t svmaxnmv<see href="svbool_t pg, svfloat64_t op">_f64</see> FMAXNMV Dresult, Pg, Zop.D |
MaxNumberAcross(Vector<Single>) |
float32_t svmaxnmv<see href="svbool_t pg, svfloat32_t op">_f32</see> FMAXNMV Sresult, Pg, Zop.S |
MaxNumberAcross(Vector<Double>)
float64_t svmaxnmv<see href="svbool_t pg, svfloat64_t op">_f64</see>
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)
Parameters
Returns
Applies to
MaxNumberAcross(Vector<Single>)
float32_t svmaxnmv<see href="svbool_t pg, svfloat32_t op">_f32</see>
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)
Parameters
Returns
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET