PartialDerivativesEvaluatorDependentVariable Property  | 
 
            Gets the 
IPartialDifferentiable identifying the object that the partial derivatives calculated
            during evaluation are of.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods.Advanced
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic IPartialDifferentiable DependentVariable { get; }Public ReadOnly Property DependentVariable As IPartialDifferentiable
	Get
public:
property IPartialDifferentiable^ DependentVariable {
	IPartialDifferentiable^ get ();
}member DependentVariable : IPartialDifferentiable with get
Property Value
Type: 
IPartialDifferentiable
See Also