Click or drag to resize

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

Property Value

Type: IPartialDifferentiable
See Also