Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ToHalf() [1/2]

static Half System.BitConverter.ToHalf ( byte[] value,
int startIndex )
inlinestatic

Definition at line 352 of file BitConverter.cs.

353 {
355 }
static short ToInt16(byte[] value, int startIndex)
static unsafe Half Int16BitsToHalf(short value)

References System.BitConverter.Int16BitsToHalf(), System.startIndex, System.BitConverter.ToInt16(), and System.value.