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