Sve.Scale 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
Scale(Vector<Double>, Vector<Int64>) |
svfloat64_t svscale[_f64]_m(svbool_t pg, svfloat64_t op1, svint64_t op2) svfloat64_t svscale[_f64]_x(svbool_t pg, svfloat64_t op1, svint64_t op2) svfloat64_t svscale[_f64]_z(svbool_t pg, svfloat64_t op1, svint64_t op2) FSCALE Ztied1.D, Pg/M, Ztied1.D, Zop2.D |
Scale(Vector<Single>, Vector<Int32>) |
svfloat32_t svscale[_f32]_m(svbool_t pg, svfloat32_t op1, svint32_t op2) svfloat32_t svscale[_f32]_x(svbool_t pg, svfloat32_t op1, svint32_t op2) svfloat32_t svscale[_f32]_z(svbool_t pg, svfloat32_t op1, svint32_t op2) FSCALE Ztied1.S, Pg/M, Ztied1.S, Zop2.S |
Scale(Vector<Double>, Vector<Int64>)
svfloat64_t svscale[_f64]_m(svbool_t pg, svfloat64_t op1, svint64_t op2)
svfloat64_t svscale[_f64]_x(svbool_t pg, svfloat64_t op1, svint64_t op2)
svfloat64_t svscale[_f64]_z(svbool_t pg, svfloat64_t op1, svint64_t op2)
FSCALE Ztied1.D, Pg/M, Ztied1.D, Zop2.D
public:
static System::Numerics::Vector<double> Scale(System::Numerics::Vector<double> left, System::Numerics::Vector<long> right);
public static System.Numerics.Vector<double> Scale (System.Numerics.Vector<double> left, System.Numerics.Vector<long> right);
static member Scale : System.Numerics.Vector<double> * System.Numerics.Vector<int64> -> System.Numerics.Vector<double>
Public Shared Function Scale (left As Vector(Of Double), right As Vector(Of Long)) As Vector(Of Double)
Parameters
Returns
Applies to
Scale(Vector<Single>, Vector<Int32>)
svfloat32_t svscale[_f32]_m(svbool_t pg, svfloat32_t op1, svint32_t op2)
svfloat32_t svscale[_f32]_x(svbool_t pg, svfloat32_t op1, svint32_t op2)
svfloat32_t svscale[_f32]_z(svbool_t pg, svfloat32_t op1, svint32_t op2)
FSCALE Ztied1.S, Pg/M, Ztied1.S, Zop2.S
public:
static System::Numerics::Vector<float> Scale(System::Numerics::Vector<float> left, System::Numerics::Vector<int> right);
public static System.Numerics.Vector<float> Scale (System.Numerics.Vector<float> left, System.Numerics.Vector<int> right);
static member Scale : System.Numerics.Vector<single> * System.Numerics.Vector<int> -> System.Numerics.Vector<single>
Public Shared Function Scale (left As Vector(Of Single), right As Vector(Of Integer)) As Vector(Of Single)