RegularByteTransformTransByte 方法 (Single) |
float变量转化缓存数据,一个float数据可以转为4个字节的byte数组
Float variable is converted into cache data, a float data can be converted into a 4-byte byte array
命名空间:
HslCommunication.Core
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public virtual byte[] TransByte(
float value
)
Public Overridable Function TransByte (
value As Single
) As Byte()
public:
virtual array<unsigned char>^ TransByte(
float value
)
abstract TransByte :
value : float32 -> byte[]
override TransByte :
value : float32 -> byte[]
参数
- value
- 类型:SystemSingle
等待转化的数据
返回值
类型:
Bytebuffer数据
实现
IByteTransformTransByte(Single)参见