AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
HoloToolkit.Unity.EnumerableExtensions Class Reference

Static Public Member Functions

static T MaxOrDefault< T > (this IEnumerable< T > items, IComparer< T > comparer=null)
 Returns the max element based on the provided comparer or the default value when the list is empty More...
 

Detailed Description

Definition at line 8 of file EnumerableExtensions.cs.

Member Function Documentation

§ MaxOrDefault< T >()

static T HoloToolkit.Unity.EnumerableExtensions.MaxOrDefault< T > ( this IEnumerable< T >  items,
IComparer< T >  comparer = null 
)
static

Returns the max element based on the provided comparer or the default value when the list is empty

Returns
Max or default value of T

Definition at line 14 of file EnumerableExtensions.cs.


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