点击或拖拽改变大小

ValueLimit 结构

一个数据范围管理的的类型对象,可以方便的管理一个数据值的最大值,最小值,平均值信息。
A type object managed by a data range can conveniently manage the maximum, minimum, and average information of a data value.

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

ValueLimit 类型公开以下成员。

属性
  名称说明
公共属性Average
当前的数据的平均值
Average value of current data
公共属性Count
当前的数据的更新总个数
The total number of current data updates
公共属性Current
当前的数据的当前值,也是最后一次更新的数据值
The current value of the current data is also the last updated data value
公共属性MaxValue
当前的数据的最大值
The maximum value of the current data
公共属性MinValue
当前的数据的最小值
The minimum value of the current data
公共属性StartValue
当前的数据的起始值
The starting value of the current data
Top
方法
  名称说明
公共方法Equals (重写 ValueTypeEquals(Object).)
公共方法GetHashCode (重写 ValueTypeGetHashCode.)
公共方法GetType (继承自 Object。)
公共方法SetNewValue
重新设置当前的最新值,然后计算新的最大值,最小值,平均值等信息
Reset the current latest value, and then calculate the new maximum, minimum, average and other information
公共方法ToString (重写 ValueTypeToString.)
Top
运算符
  名称说明
公共运算符静态成员Equality
判断是否相等
公共运算符静态成员Inequality
判断是否相等
Top
扩展方法
  名称说明
公共扩展器方法ToJsonString
获取当前对象的JSON格式表示的字符串。
Gets the string represented by the JSON format of the current object.
(由 HslExtension 定义。)
Top
参见