Click or drag to resize

JulianDateFunctionThresholdDetailsSolutionType Property

Gets or sets the type of solution required when searching for a precise crossing of this threshold. This controls whether the value of the function at the identified crossing is slightly above or slightly below the threshold when it is not precisely on the threshold. By default, this property has the value OnOrAboveThreshold.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ThresholdCrossingSolutionType SolutionType { get; set; }

Property Value

Type: ThresholdCrossingSolutionType
See Also