点击或拖拽改变大小

LogStatisticsStatisticsAddByTime 方法

新增一个统计信息,将会根据指定的时间来决定插入数据位置,如果数据位置发生了变化,则数据向左发送移动。如果没有移动或是移动完成后,最后一个数进行新增数据 frequency 次
Adding a new statistical information 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, add data to the last number frequency times

命名空间:  HslCommunication.LogNet
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public void StatisticsAddByTime(
	long frequency,
	DateTime time
)

参数

frequency
类型:SystemInt64
新增的次数信息
time
类型:SystemDateTime
新增的次数的时间
参见