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<see href="svfloat32_t op1, svfloat32_t op2, svfloat32_t op3, uint64_t imm_index, uint64_t imm_rotation">_f32</see>
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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.