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

◆ GetMedian()

static int System.Array.GetMedian ( int low,
int hi )
inlinestaticprivate

Definition at line 1202 of file Array.cs.

1203 {
1204 return low + (hi - low >> 1);
1205 }

Referenced by System.Array.BinarySearch().