|
CollectionExtensionsMedianT Method
|
Gets the median item(s) from an enumeration, i.e., one return item for odd lengths, two for even lengths.
Namespace: GSF.CollectionsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.205-beta+5ef4169f3b1079d8b163dd363614f656bd140924
Syntax Remarks
If enumeration length is even, two items will be returned representing the items in the middle of the set;
otherwise, if the enumeration length is odd, one item will be returned from exactly the middle of the set.
See Also