点击或拖拽改变大小

SoftBufferGetBool 方法 (Int32)

获取指定的位置的bool值,如果超出,则引发异常
Get the bool value at the specified position, if it exceeds, an exception is thrown

命名空间:  HslCommunication.BasicFramework
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public bool GetBool(
	int destIndex
)

参数

destIndex
类型:SystemInt32
目标存储的索引

返回值

类型:Boolean
获取索引位置的bool数据值
异常
异常条件
IndexOutOfRangeException
参见