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