Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SerAuxTrend Class / numIntercept Property


In This Topic
    numIntercept Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property numIntercept As Double
    'Usage
     
    
    Dim instance As SerAuxTrend
    Dim value As Double
     
    instance.numIntercept = value
     
    value = instance.numIntercept
    public double numIntercept {get; set;}
    See Also