FFTFilterFillDataArrayT 方法 |
对指定的数据进行填充,方便的进行傅立叶计算
命名空间:
HslCommunication.Algorithms.Fourier
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
语法public static List<T> FillDataArray<T>(
List<T> source,
out int putLength
)
Public Shared Function FillDataArray(Of T) (
source As List(Of T),
<OutAttribute> ByRef putLength As Integer
) As List(Of T)
public:
generic<typename T>
static List<T>^ FillDataArray(
List<T>^ source,
[OutAttribute] int% putLength
)
static member FillDataArray :
source : List<'T> *
putLength : int byref -> List<'T>
参数
- source
- 类型:System.Collections.GenericListT
数据源 - putLength
- 类型:SystemInt32
输出的长度
类型参数
- T
- 数据的数据类型
返回值
类型:
ListT填充结果
参见