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

◆ ToSingle() [1/2]

static float System.BitConverter.ToSingle ( byte[] value,
int startIndex )
inlinestatic

Definition at line 367 of file BitConverter.cs.

368 {
370 }
static unsafe float Int32BitsToSingle(int value)
static int ToInt32(byte[] value, int startIndex)

References System.BitConverter.Int32BitsToSingle(), System.startIndex, System.BitConverter.ToInt32(), and System.value.