[]
        
(Showing Draft Content)

C1.Win.C1Chart.ISimpleFunction

ISimpleFunction Interface

Provides an interface for defining a simple one-variable function of the form y(x) = f(x).

Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
public interface ISimpleFunction

Methods

Name Description
Calculate(double)

Calculates the value of the function at the specified parameter value.