DoubleFunctionDetailsFunction Property |
Gets or sets the function to explore.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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:
DoubleSimpleFunctionSee Also