Edit

Share via


Sve.MultiplyAddRotateComplexBySelectedScalar Method

Definition

svfloat32_t svcmla_lane[_f32](svfloat32_t op1, svfloat32_t op2, svfloat32_t op3, uint64_t imm_index, uint64_t imm_rotation)

FCMLA Ztied1.S, Zop2.S, Zop3.S[imm_index], #imm_rotation

public:
 static System::Numerics::Vector<float> MultiplyAddRotateComplexBySelectedScalar(System::Numerics::Vector<float> addend, System::Numerics::Vector<float> left, System::Numerics::Vector<float> right, System::Byte rightIndex, System::Byte rotation);
public static System.Numerics.Vector<float> MultiplyAddRotateComplexBySelectedScalar (System.Numerics.Vector<float> addend, System.Numerics.Vector<float> left, System.Numerics.Vector<float> right, byte rightIndex, byte rotation);
static member MultiplyAddRotateComplexBySelectedScalar : System.Numerics.Vector<single> * System.Numerics.Vector<single> * System.Numerics.Vector<single> * byte * byte -> System.Numerics.Vector<single>
Public Shared Function MultiplyAddRotateComplexBySelectedScalar (addend As Vector(Of Single), left As Vector(Of Single), right As Vector(Of Single), rightIndex As Byte, rotation As Byte) As Vector(Of Single)

Parameters

addend
Vector<Single>
left
Vector<Single>
right
Vector<Single>
rightIndex
Byte
rotation
Byte

Returns

Applies to