DoubleFunctionSampledEventArgsFunction Property  | 
 
            Gets the function that was sampled.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic DoubleFunctionDetails Function { get; }Public ReadOnly Property Function As DoubleFunctionDetails
	Get
public:
property DoubleFunctionDetails^ Function {
	DoubleFunctionDetails^ get ();
}member Function : DoubleFunctionDetails with get
Property Value
Type: 
DoubleFunctionDetails
See Also