Approximate Method (TrendLine)
Approximate y-value by given x.
public System.double Approximate(
System.double
)
'Declaration
Public Function Approximate( _
ByVal As System.Double _
) As System.Double
Parameters
- x
- X value.
Return Value
Approximated Y-value.