[]
Create an long from a byte [8].
public static long getLong(byte[] bfr, int off)
Public Shared Function getLong(bfr As Byte(), off As Integer) As Long
| Type | Name | Description |
|---|---|---|
| byte[] | bfr | data array |
| int | off | start of data in array |
| Type | Description |
|---|---|
| long | native type from representation. |