点击或拖拽改变大小

SoftIncrementCountResetCurrentValue 方法 (Int64)

将当前的值重置为指定值,该值不能大于max,如果大于max值,就会自动设置为max
Reset the current value to the specified value. The value cannot be greater than max. If it is greater than max, it will be automatically set to max.

命名空间:  HslCommunication.BasicFramework
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public void ResetCurrentValue(
	long value
)

参数

value
类型:SystemInt64
指定的数据值
参见