PartialDerivativesSumSubject Property |
Gets or sets the object whose partials are represented by the terms contained in this summation.
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 Subject { get; set; }
Public Property Subject As IPartialDifferentiable
Get
Set
public:
property IPartialDifferentiable^ Subject {
IPartialDifferentiable^ get ();
void set (IPartialDifferentiable^ value);
}
member Subject : IPartialDifferentiable with get, set
Property Value
Type:
IPartialDifferentiableSee Also