点击或拖拽改变大小

LogValueLimitDictAnalysisNewValueByTime 方法

新增一个数据用于分析,将会指定的时间来决定插入数据位置,如果数据位置发生了变化,则数据向左发送移动。如果没有移动或是移动完成后,最后一个数进行数据更新,包括最大值,最小值,平均值。
dd a new data for analysis, and will determine the position to insert the data according to the specified time. If the data position changes, the data will be sent to the left. If there is no movement or after the movement is completed, data update for the last number, including maximum, minimum, and average.

命名空间:  HslCommunication.LogNet
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public void AnalysisNewValueByTime(
	string key,
	double value,
	DateTime time
)

参数

key
类型:SystemString
关键字信息
value
类型:SystemDouble
当前的新的数据值
time
类型:SystemDateTime
指定的时间信息
参见