Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros
System.Linq.Parallel.Util Class Reference

Classes

class  FastDateTimeComparer
 
class  FastDoubleComparer
 
class  FastFloatComparer
 
class  FastIntComparer
 
class  FastLongComparer
 

Static Package Functions

static int Sign (int x)
 
static Comparer< TKey > GetDefaultComparer< TKey > ()
 

Static Private Attributes

static readonly FastIntComparer s_fastIntComparer = new FastIntComparer()
 
static readonly FastLongComparer s_fastLongComparer = new FastLongComparer()
 
static readonly FastFloatComparer s_fastFloatComparer = new FastFloatComparer()
 
static readonly FastDoubleComparer s_fastDoubleComparer = new FastDoubleComparer()
 
static readonly FastDateTimeComparer s_fastDateTimeComparer = new FastDateTimeComparer()
 

Detailed Description

Definition at line 5 of file Util.cs.


The documentation for this class was generated from the following file: