PexSymbolicValue.Derive<TFormula>(TFormula, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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