HslHelperGetBitIndexInformation 方法 |
获取地址信息的位索引,在地址最后一个小数点的位置
命名空间:
HslCommunication.Core
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static int GetBitIndexInformation(
ref string address
)
Public Shared Function GetBitIndexInformation (
ByRef address As String
) As Integer
public:
static int GetBitIndexInformation(
String^% address
)
static member GetBitIndexInformation :
address : string byref -> int
参数
- address
- 类型:SystemString
地址信息
返回值
类型:
Int32位索引的位置
参见