SoftBufferGetSingle 方法 (Int32, Int32) |
获取float类型的数组到缓存区
Get float type array to cache
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public float[] GetSingle(
int index,
int length
)
Public Function GetSingle (
index As Integer,
length As Integer
) As Single()
public:
array<float>^ GetSingle(
int index,
int length
)
member GetSingle :
index : int *
length : int -> float32[]
参数
- index
- 类型:SystemInt32
索引位置 - length
- 类型:SystemInt32
数组长度
返回值
类型:
Singlefloat数组
参见