DoubleFunctionSampledEventArgs Constructor |
Initializes a new instance.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic DoubleFunctionSampledEventArgs(
DoubleFunctionDetails function,
double sampleVariable,
double sampleValue
)
Public Sub New (
function As DoubleFunctionDetails,
sampleVariable As Double,
sampleValue As Double
)
public:
DoubleFunctionSampledEventArgs(
DoubleFunctionDetails^ function,
double sampleVariable,
double sampleValue
)
new :
function : DoubleFunctionDetails *
sampleVariable : float *
sampleValue : float -> DoubleFunctionSampledEventArgs
Parameters
- function
- Type: AGI.Foundation.NumericalMethods.DoubleFunctionDetails
The function that was sampled. - sampleVariable
- Type: System.Double
The Variable at which the function was sampled. - sampleValue
- Type: System.Double
The value that was sampled from the function.
See Also