DurationFunctionDetailsThresholds Property |
Gets the collection of thresholds of interest.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.1.416.0 (23.1.416.0)
Syntaxpublic DurationFunctionThresholdCollection Thresholds { get; }
Public ReadOnly Property Thresholds As DurationFunctionThresholdCollection
Get
public:
property DurationFunctionThresholdCollection^ Thresholds {
DurationFunctionThresholdCollection^ get ();
}
member Thresholds : DurationFunctionThresholdCollection with get
Property Value
Type:
DurationFunctionThresholdCollection
See Also