Returns the median of the given numbers. The median is the number in the middle of a set of numbers; that is, half the numbers have values that are greater than the median, and half have values that are less.
Syntax
Visual Basic (Usage) |
Copy Code |
Dim instance As Statistics
Dim inputSeriesName As String
Dim value As Double
value = instance.Median(inputSeriesName)
|
Parameters
- inputSeriesName
- Input Series Name
Return Value
Returns Median
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also