DoubleFunctionThresholdDetailsSolutionType 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.2.419.0 (24.2.419.0)
Syntax public ThresholdCrossingSolutionType SolutionType { get; set; }
Public Property SolutionType As ThresholdCrossingSolutionType
Get
Set
public:
property ThresholdCrossingSolutionType SolutionType {
ThresholdCrossingSolutionType get ();
void set (ThresholdCrossingSolutionType value);
}
member SolutionType : ThresholdCrossingSolutionType with get, set
Property Value
Type:
ThresholdCrossingSolutionTypeSee Also