HslExtensionGetBoolValue 方法 |
获取Byte数组的第 bytIndex 个位置的,boolIndex偏移的bool值
Get the bool value of the bytIndex position of the Byte array and the boolIndex offset
命名空间:
HslCommunication
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static bool GetBoolValue(
this byte[] bytes,
int bytIndex,
int boolIndex
)
<ExtensionAttribute>
Public Shared Function GetBoolValue (
bytes As Byte(),
bytIndex As Integer,
boolIndex As Integer
) As Boolean
public:
[ExtensionAttribute]
static bool GetBoolValue(
array<unsigned char>^ bytes,
int bytIndex,
int boolIndex
)
[<ExtensionAttribute>]
static member GetBoolValue :
bytes : byte[] *
bytIndex : int *
boolIndex : int -> bool
参数
- bytes
- 类型:SystemByte
字节数组信息 - bytIndex
- 类型:SystemInt32
字节的偏移位置 - boolIndex
- 类型:SystemInt32
指定字节的位偏移
返回值
类型:
Booleanbool值
备注
在 Visual Basic 和 C# 中,这个方法可以当成为类型 的实例方法来调用。在采用实例方法语法调用这个方法时,请省略第一个参数。请参考
扩展方法 (Visual Basic) 或
扩展方法 (C# 编程指南) 获取更多信息。
参见