Terraria v1.4.4.9
Terraria source code documentation
|
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 >, T > | MakeResultSelectorFunction () |
Definition at line 6 of file AggregationMinMaxHelpers.cs.