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
)
Public Function GetFanucDouble (
content As Byte(),
index As Integer,
length As Integer
) As Double()
public:
array<double>^ GetFanucDouble(
array<unsigned char>^ content,
int index,
int length
)
member GetFanucDouble :
content : byte[] *
index : int *
length : int -> float[]
参数
- 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.
返回值
类型:
DoubleAn array of doubles decoded from the specified byte array segment.
参见