点击或拖拽改变大小

ByteTransformBase.TransByte 方法 (Double)

double变量转化缓存数据,一个double数据可以转为8个字节的byte数组
The double variable is converted to cache data, a double data can be converted into an 8-byte byte array

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

参数

value
类型:System.Double
等待转化的数据

返回值

类型:Byte[]
buffer数据

实现

IByteTransform.TransByte(Double)
参见