点击或拖拽改变大小

RegularByteTransformTransByte 方法 (Double)

double数组变量转化缓存数据,n个长度的double数组,可以转为8*n个长度的byte数组
The double array variable transforms the buffer data, the double array of n length can be converted to the byte array of 8*n length

命名空间:  HslCommunication.Core
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public virtual byte[] TransByte(
	double[] values
)

参数

values
类型:SystemDouble
等待转化的数组

返回值

类型:Byte
buffer数据

实现

IByteTransformTransByte(Double)
参见