点击或拖拽改变大小

LogStatisticsBaseTStatisticsCustomAction 方法 (FuncT, T, DateTime)

新增一个统计信息,将会根据当前的时间来决定插入数据位置,如果数据位置发生了变化,则数据向左发送移动。如果没有移动或是移动完成后,最后一个数进行自定义的数据操作
Adding a new statistical information will determine the position to insert the data according to the current 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, Custom data operations on the last number

命名空间:  HslCommunication.LogNet
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
protected void StatisticsCustomAction(
	Func<T, T> newValue,
	DateTime time
)

参数

newValue
类型:SystemFuncT, T
增对最后一个数的自定义操作
time
类型:SystemDateTime
增加的时间信息
参见