RealValuedScalarFunctionAdapterTFunction Property |
Gets or sets the function to adapt.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public RealValuedScalarFunction<T> Function { get; set; }
Public Property Function As RealValuedScalarFunction(Of T)
Get
Set
public:
property RealValuedScalarFunction<T>^ Function {
RealValuedScalarFunction<T>^ get ();
void set (RealValuedScalarFunction<T>^ value);
}
member Function : RealValuedScalarFunction<'T> with get, set
Property Value
Type:
RealValuedScalarFunctionTSee Also