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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET