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: 24.2.419.0 (24.2.419.0)
Syntax public IPartialDifferentiable DependentVariable { get; }
Public ReadOnly Property DependentVariable As IPartialDifferentiable
Get
public:
property IPartialDifferentiable^ DependentVariable {
IPartialDifferentiable^ get ();
}
member DependentVariable : IPartialDifferentiable with get
Property Value
Type:
IPartialDifferentiableSee Also