点击或拖拽改变大小

FanucSeries0iGetFanucDouble 方法 (Byte, Int32, Int32)

Converts a segment of a byte array into an array of doubles using Fanuc-specific encoding.

命名空间:  HslCommunication.CNC.Fanuc
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.9.1.0 (12.9.1.0)
语法
public double[] GetFanucDouble(
	byte[] content,
	int index,
	int length
)

参数

content
类型:SystemByte
The byte array containing the encoded data.
index
类型:SystemInt32
The starting index in the byte array.
length
类型:SystemInt32
The number of double values to extract.

返回值

类型:Double
An array of doubles decoded from the specified byte array segment.
参见