共用方式為


PexSymbolicValue.Derive<TFormula>(TFormula, Double) Method

Definition

Computes the derivative of formula with respect to variable

public:
generic <typename TFormula>
 static double Derive(TFormula formula, double variable);
public static double Derive<TFormula> (TFormula formula, double variable);
static member Derive : 'Formula * double -> double
Public Shared Function Derive(Of TFormula) (formula As TFormula, variable As Double) As Double

Type Parameters

TFormula

Parameters

formula
TFormula
variable
Double

Returns

Applies to