Functor that takes a double-precision floating point number,
and returns a double-precision floating point number.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public delegate double DoubleUnaryFunction( double x ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Function DoubleUnaryFunction ( _ x As Double _ ) As Double |
| Visual C++ |
|---|
public delegate double DoubleUnaryFunction( double x ) |
Parameters
- x
- Type: System..::.Double