Returns 32 bit signed integer from the byte array stored as little-endian.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static int GetInt32(
byte[] byteArray,
int startIndex
)
Public Shared Function GetInt32 (
byteArray As Byte(),
startIndex As Integer
) As Integer
public:
static int GetInt32(
array<unsigned char>^ byteArray,
int startIndex
)
static member GetInt32 :
byteArray : byte[] *
startIndex : int -> int
Parameters
- byteArray
- Type: SystemByte
byte array. - startIndex
- Type: SystemInt32
Start index of the byte array.
Return Value
Type:
Int32[Missing <returns> documentation for "M:Bio.Util.Helper.GetInt32(System.Byte[],System.Int32)"]
See Also