DurationFunctionExplorerFunctions Property |
Gets the collection of functions to be explored.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.1.416.0 (23.1.416.0)
Syntaxpublic DurationFunctionCollection Functions { get; }
Public ReadOnly Property Functions As DurationFunctionCollection
Get
public:
property DurationFunctionCollection^ Functions {
DurationFunctionCollection^ get ();
}
member Functions : DurationFunctionCollection with get
Property Value
Type:
DurationFunctionCollection
See Also