'Declaration Public Overrides Function GetValues( _ ByVal dim As Integer _ ) As Double()
'Declaration
Public Overrides Function GetValues( _ ByVal dim As Integer _ ) As Double()
'Usage Dim instance As BoxWhisker Dim dim As Integer Dim value() As Double value = instance.GetValues(dim)
'Usage
Dim instance As BoxWhisker Dim dim As Integer Dim value() As Double value = instance.GetValues(dim)
public override double[] GetValues( int dim )
BoxWhisker Class BoxWhisker Members