Click or drag to resize
AkCommonArrayToList Method (Double)
数值数组转换为列表

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static List<double> ArrayToList(
	params double[] array
)

Parameters

array
Type: SystemDouble

Return Value

Type: ListDouble
See Also