'Declaration Public Function FindMaxValue() As Integer
'Usage Dim instance As DataSeries Dim value As Integer value = instance.FindMaxValue()
public int FindMaxValue()
Return Value
the index of the max value. -1 if data series is empty.
'Declaration Public Function FindMaxValue() As Integer
'Usage Dim instance As DataSeries Dim value As Integer value = instance.FindMaxValue()
public int FindMaxValue()
Exception | Description |
---|---|
System.Exception | thrown if the data series does not contain double values |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2