Method | Description | |
---|---|---|
FromByteArray ( byte bytes ) : double |
Converts the timer bytes to a double
|
|
ToArray ( byte bytes ) : double[] |
Converts an array of bytes formatted as time to an array of doubles
|
|
ToByteArray ( |
Converts a ushort (UInt16) to an array of bytes formatted as time
|
public static FromByteArray ( byte bytes ) : double | ||
bytes | byte | |
return | double |
public static ToArray ( byte bytes ) : double[] | ||
bytes | byte | |
return | double[] |
public static ToByteArray ( |
||
value | ||
return | byte[] |