Sve.RoundToPositiveInfinity 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

RoundToPositiveInfinity(Vector<Single>)

svfloat32_t svrintp[_f32]_m(svfloat32_t inactive, svbool_t pg, svfloat32_t op)

svfloat32_t svrintp[_f32]_x(svbool_t pg, svfloat32_t op)

svfloat32_t svrintp[_f32]_z(svbool_t pg, svfloat32_t op)

FRINTP Zresult.S, Pg/M, Zop.S

RoundToPositiveInfinity(Vector<Double>)

svfloat64_t svrintp[_f64]_m(svfloat64_t inactive, svbool_t pg, svfloat64_t op)

svfloat64_t svrintp[_f64]_x(svbool_t pg, svfloat64_t op)

svfloat64_t svrintp[_f64]_z(svbool_t pg, svfloat64_t op)

FRINTP Zresult.D, Pg/M, Zop.D

RoundToPositiveInfinity(Vector<Single>)

svfloat32_t svrintp[_f32]_m(svfloat32_t inactive, svbool_t pg, svfloat32_t op)

svfloat32_t svrintp[_f32]_x(svbool_t pg, svfloat32_t op)

svfloat32_t svrintp[_f32]_z(svbool_t pg, svfloat32_t op)

FRINTP Zresult.S, Pg/M, Zop.S

C#
public static System.Numerics.Vector<float> RoundToPositiveInfinity(System.Numerics.Vector<float> value);

Parameters

value
Vector<Single>

Returns

Applies to

.NET 10 and .NET 9
Product Versions
.NET 9, 10

RoundToPositiveInfinity(Vector<Double>)

svfloat64_t svrintp[_f64]_m(svfloat64_t inactive, svbool_t pg, svfloat64_t op)

svfloat64_t svrintp[_f64]_x(svbool_t pg, svfloat64_t op)

svfloat64_t svrintp[_f64]_z(svbool_t pg, svfloat64_t op)

FRINTP Zresult.D, Pg/M, Zop.D

C#
public static System.Numerics.Vector<double> RoundToPositiveInfinity(System.Numerics.Vector<double> value);

Parameters

value
Vector<Double>

Returns

Applies to

.NET 10 and .NET 9
Product Versions
.NET 9, 10