C# Class FvCalculation.ExpressionExtensions

Afficher le fichier Open project: Ninputer/opencl-plot

Méthodes publiques

Méthode Description
Apply ( this e, string name, double value ) : RawExpression
Execute ( this e, string name, double value ) : double
Solve ( this f, RawExpression df, string name, double start, int maxCount = 1000 ) : double
Solve ( this e, string name, double start, int maxCount = 1000 ) : double
Solve ( double>.this f, double>.Func df, double start, int maxCount = 1000 ) : double

Method Details

Apply() public static méthode

public static Apply ( this e, string name, double value ) : RawExpression
e this
name string
value double
Résultat RawExpression

Execute() public static méthode

public static Execute ( this e, string name, double value ) : double
e this
name string
value double
Résultat double

Solve() public static méthode

public static Solve ( this f, RawExpression df, string name, double start, int maxCount = 1000 ) : double
f this
df RawExpression
name string
start double
maxCount int
Résultat double

Solve() public static méthode

public static Solve ( this e, string name, double start, int maxCount = 1000 ) : double
e this
name string
start double
maxCount int
Résultat double

Solve() public static méthode

public static Solve ( double>.this f, double>.Func df, double start, int maxCount = 1000 ) : double
f double>.this
df double>.Func
start double
maxCount int
Résultat double