'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 TrendLine Dim dim As Integer Dim value() As Double value = instance.GetValues(dim)
'Usage
Dim instance As TrendLine Dim dim As Integer Dim value() As Double value = instance.GetValues(dim)
public override double[] GetValues( int dim )
TrendLine Class TrendLine Members