Click or drag to resize
ChartBaseGetMiniMum Method
获得数据列表中最小的数值

Namespace: Appkit.Web.Chart
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static double GetMiniMum(
	List<double> lst
)

Parameters

lst
Type: System.Collections.GenericListDouble
数据列表

Return Value

Type: Double
最小值
See Also