| ChartBaseGetMaxiMum Method |
获得数据列表中最大的数值
Namespace: Appkit.Web.ChartAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static double GetMaxiMum(
List<double> lst
)
Parameters
- lst
- Type: System.Collections.GenericListDouble
数据列表
Return Value
Type:
Double最小值
See Also