重新设置当前的最新值,然后计算新的最大值,最小值,平均值等信息
Reset the current latest value, and then calculate the new maximum, minimum, average and other information
命名空间:
HslCommunication.Core
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public ValueLimit SetNewValue(
double value
)
Public Function SetNewValue (
value As Double
) As ValueLimit
public:
ValueLimit SetNewValue(
double value
)
member SetNewValue :
value : float -> ValueLimit
参数
- value
- 类型:SystemDouble
新的数据值信息
返回值
类型:
ValueLimit新的值对象
参见