> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# vmulComplex

> vmulComplex

# vmulComplex

请勿使用；仅供内部使用。

## 语法

```cpp theme={null}
void vmulComplex(  
         XMVECTOR& r1,  
         XMVECTOR& i1,  
         FXMVECTOR r2,  
         FXMVECTOR i2  
)  
```

### 参数

*r1*   \_Inout\_\
类型：XMVECTOR&

请勿使用；仅供内部使用。

*i1*   \_Inout\_\
类型：XMVECTOR&

请勿使用；仅供内部使用。

*r2*   \_In\_\
类型：FXMVECTOR

请勿使用；仅供内部使用。

*i2*   \_In\_\
类型：FXMVECTOR

请勿使用；仅供内部使用。

### 返回值

类型：void

请勿使用；仅供内部使用。

## 备注

请勿使用；仅供内部使用。

**vmulComplex** 是 XDSP 快速傅里叶变换 (FFT) 函数使用的一个辅助函数。它不打算由标题直接使用。

## 要求

**头文件：** xdsp.h

**支持的平台：** XBOX One 系列主机和 XBOX Series 主机

## 另请参阅

[xdsp](/reference/audio/xdsp/xdsp_members)

[FFT](/reference/audio/xdsp/functions/fft)

[Game for Windows and the DirectX SDK 博客](https://walbourn.github.io/xdsp-h-digital-signal-processing-helper-functions/)


## Related topics

- [vmulComplex function](/zh-CN/reference/audio/xdsp/functions/vmulcomplex.md)
- [XDspSubmitCommandWithEnvelope](/zh-CN/reference/audio/xdspaudio/functions/xdspsubmitcommandwithenvelope.md)
