| ScalarProductGetPartialDerivativesEvaluator Method  | 
 
            Gets an evaluator that calculates the partial derivatives of this scalar product
            with respect to any of the independentVariables parameters that apply.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic PartialDerivativesEvaluator GetPartialDerivativesEvaluator(
	IList<IPartialDifferentiable> independentVariables,
	EvaluatorGroup group
)
Public Function GetPartialDerivativesEvaluator ( 
	independentVariables As IList(Of IPartialDifferentiable),
	group As EvaluatorGroup
) As PartialDerivativesEvaluator
public:
virtual PartialDerivativesEvaluator^ GetPartialDerivativesEvaluator(
	IList<IPartialDifferentiable^>^ independentVariables, 
	EvaluatorGroup^ group
) sealed
abstract GetPartialDerivativesEvaluator : 
        independentVariables : IList<IPartialDifferentiable> * 
        group : EvaluatorGroup -> PartialDerivativesEvaluator 
override GetPartialDerivativesEvaluator : 
        independentVariables : IList<IPartialDifferentiable> * 
        group : EvaluatorGroup -> PartialDerivativesEvaluator Parameters
- independentVariables
- Type: System.Collections.GenericIListIPartialDifferentiable
 The list of IPartialDifferentiable representing the independent
            variables that the created partial derivative evaluator calculates partials with respect to.
- group
- Type: AGI.FoundationEvaluatorGroup
 The evaluator group to contain the evaluator.
Return Value
Type: 
PartialDerivativesEvaluatorThe 
PartialDerivativesEvaluator.
Implements
IPartialDifferentiableGetPartialDerivativesEvaluator(IListIPartialDifferentiable, EvaluatorGroup) Exceptions
Exceptions See Also
See Also