Returns a 32-bit integer from a byte array. Big endian or little endian can be used.
Declaration Syntax
public static int GetInt32(
byte[] buffer,
int offset,
bool littleEndian
)
Parameters
- buffer (array<Byte>[]()[][])
- Byte array
- offset (Int32)
- Offset
- littleEndian (Boolean)
- If true, little endian will be used
Return Value
Value
Assembly:
MPfm.Sound (Module: MPfm.Sound) Version: 0.5.3.0 (0.5.3.0)