Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public IPartialDifferentiable Subject { get; set; }

Property Value

Type: IPartialDifferentiable
See Also