SoftBufferGetDouble 方法 (Int32) |
获取double类型的数据到缓存区
Get double type data to cache
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public double GetDouble(
int index
)
Public Function GetDouble (
index As Integer
) As Double
public:
double GetDouble(
int index
)
member GetDouble :
index : int -> float
参数
- index
- 类型:SystemInt32
索引位置
返回值
类型:
Doubledouble数据
参见