Click or drag to resize

SegmentPropagatorVariable.ValidateProperties Method

Validates that required properties are configured correctly in order to get an evaluator for this instance. Derived classes should call this method when implementing GetEvaluator(EvaluatorGroup), as well as validate their own properties.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
protected virtual void ValidateProperties()
Exceptions
ExceptionCondition
PropertyInvalidException Thrown when Settings is null, or Segment is null, or Scaling is null, or MaximumStep is not greater than zero, or VariableTolerance is negative.
See Also