Click or drag to resize

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)
Syntax
public RealValuedScalarFunction<T> Function { get; set; }

Property Value

Type: RealValuedScalarFunction<T>
See Also