Sve.MultiplyAddRotateComplexBySelectedScalar 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.
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
- rightIndex
- Byte
- rotation
- Byte
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.