Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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

 

Computes the derivative of formula with respect to variable

Namespace:   Microsoft.Pex.Framework
Assembly:  Microsoft.Pex.Framework (in Microsoft.Pex.Framework.dll)

public:
generic<typename TFormula>
static double Derive(
	TFormula formula,
	double variable
)

Parameters

formula
Type: TFormula
variable
Type: System::Double

Return Value

Type: System::Double

Returns Double.

Type Parameters

TFormula
Return to top
Show: