Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.AggregationMinMaxHelpers< T > Class Template Reference

Static Package Functions

static T ReduceMin (IEnumerable< T > source)
 
static T ReduceMax (IEnumerable< T > source)
 

Static Private Member Functions

static T Reduce (IEnumerable< T > source, int sign)
 
static Func< Pair< bool, T >, T, Pair< bool, T > > MakeIntermediateReduceFunction (int sign)
 
static Func< Pair< bool, T >, Pair< bool, T >, Pair< bool, T > > MakeFinalReduceFunction (int sign)
 
static Func< Pair< bool, T >, TMakeResultSelectorFunction ()
 

Detailed Description

Definition at line 6 of file AggregationMinMaxHelpers.cs.


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