点击或拖拽改变大小

FanucSeries0iCreateFromFanucDouble 方法

Converts a double-precision floating-point value to a FANUC-compatible 8-byte array representation.

命名空间:  HslCommunication.CNC.Fanuc
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.9.1.0 (12.9.1.0)
语法
public byte[] CreateFromFanucDouble(
	double value
)

参数

value
类型:SystemDouble
The double value to convert.

返回值

类型:Byte
An 8-byte array representing the FANUC double format.
参见