RealValuedScalarFunctionAdapter<T>.Function Property |
Gets or sets the function to adapt.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
RealValuedScalarFunction<T>
See Also