RealValuedScalarFunction Delegate |
Namespace: AGI.Foundation.NumericalMethods
public delegate double RealValuedScalarFunction( double x )
Public Delegate Function RealValuedScalarFunction ( x As Double ) As Double
public delegate double RealValuedScalarFunction( double x )
type RealValuedScalarFunction = delegate of x : float -> float