DoubleFunctionDetails.Function Property |
Gets or sets the function to explore.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic DoubleSimpleFunction Function { get; set; }
Public Property Function As DoubleSimpleFunction
Get
Set
public:
property DoubleSimpleFunction^ Function {
DoubleSimpleFunction^ get ();
void set (DoubleSimpleFunction^ value);
}
member Function : DoubleSimpleFunction with get, set
Property Value
Type:
DoubleSimpleFunction
See Also