Sve.MultiplyBySelectedScalar 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
MultiplyBySelectedScalar(Vector<Double>, Vector<Double>, Byte) |
svfloat64_t svmul_lane[_f64](svfloat64_t op1, svfloat64_t op2, uint64_t imm_index) FMUL Zresult.D, Zop1.D, Zop2.D[imm_index] |
MultiplyBySelectedScalar(Vector<Single>, Vector<Single>, Byte) |
svfloat32_t svmul_lane[_f32](svfloat32_t op1, svfloat32_t op2, uint64_t imm_index) FMUL Zresult.S, Zop1.S, Zop2.S[imm_index] |
MultiplyBySelectedScalar(Vector<Double>, Vector<Double>, Byte)
svfloat64_t svmul_lane[_f64](svfloat64_t op1, svfloat64_t op2, uint64_t imm_index)
FMUL Zresult.D, Zop1.D, Zop2.D[imm_index]
public:
static System::Numerics::Vector<double> MultiplyBySelectedScalar(System::Numerics::Vector<double> left, System::Numerics::Vector<double> right, System::Byte rightIndex);
public static System.Numerics.Vector<double> MultiplyBySelectedScalar (System.Numerics.Vector<double> left, System.Numerics.Vector<double> right, byte rightIndex);
static member MultiplyBySelectedScalar : System.Numerics.Vector<double> * System.Numerics.Vector<double> * byte -> System.Numerics.Vector<double>
Public Shared Function MultiplyBySelectedScalar (left As Vector(Of Double), right As Vector(Of Double), rightIndex As Byte) As Vector(Of Double)
Parameters
- rightIndex
- Byte
Returns
Applies to
MultiplyBySelectedScalar(Vector<Single>, Vector<Single>, Byte)
svfloat32_t svmul_lane[_f32](svfloat32_t op1, svfloat32_t op2, uint64_t imm_index)
FMUL Zresult.S, Zop1.S, Zop2.S[imm_index]
public:
static System::Numerics::Vector<float> MultiplyBySelectedScalar(System::Numerics::Vector<float> left, System::Numerics::Vector<float> right, System::Byte rightIndex);
public static System.Numerics.Vector<float> MultiplyBySelectedScalar (System.Numerics.Vector<float> left, System.Numerics.Vector<float> right, byte rightIndex);
static member MultiplyBySelectedScalar : System.Numerics.Vector<single> * System.Numerics.Vector<single> * byte -> System.Numerics.Vector<single>
Public Shared Function MultiplyBySelectedScalar (left As Vector(Of Single), right As Vector(Of Single), rightIndex As Byte) As Vector(Of Single)
Parameters
- rightIndex
- Byte