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

◆ ToDouble() [1/2]

static double System.BitConverter.ToDouble ( byte[] value,
int startIndex )
inlinestatic

Definition at line 382 of file BitConverter.cs.

383 {
385 }
static unsafe double Int64BitsToDouble(long value)
static long ToInt64(byte[] value, int startIndex)

References System.BitConverter.Int64BitsToDouble(), System.startIndex, System.BitConverter.ToInt64(), and System.value.