点击或拖拽改变大小

ValueLimitSetNewValue 方法

重新设置当前的最新值,然后计算新的最大值,最小值,平均值等信息
Reset the current latest value, and then calculate the new maximum, minimum, average and other information

命名空间:  HslCommunication.Core
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public ValueLimit SetNewValue(
	double value
)

参数

value
类型:SystemDouble
新的数据值信息

返回值

类型:ValueLimit
新的值对象
参见