VERSION 1.0 CLASS BEGIN MultiUse = -1 'True END Attribute VB_Name = "Curve" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = False Attribute VB_Exposed = False Public Function getYIntercept() As Double End Function Public Function getEquation() As String End Function