[]
Create an XYZNumber from byte [] input
public static XYZNumber getXYZNumber(byte[] data, int offset)
| Type | Name | Description |
|---|---|---|
| byte[] | data | array containing the XYZNumber representation |
| int | offset | start of the rep in the array |
| Type | Description |
|---|---|
| XYZNumber | the created XYZNumber |