'Declaration
Public ReadOnly Property Coeffs As Double()
'Usage
Dim instance As TrendLineCalculator Dim value() As Double value = instance.Coeffs
public double[] Coeffs {get;}
public: property array<double>^ Coeffs { array<double>^ get(); }
'Declaration
Public ReadOnly Property Coeffs As Double()
'Usage
Dim instance As TrendLineCalculator Dim value() As Double value = instance.Coeffs
public double[] Coeffs {get;}
public: property array<double>^ Coeffs { array<double>^ get(); }