Functor that takes a double-precision floating point number and
an integer and returns a double-precision floating point number.
Namespace: CenterSpace.NMath.CoreAssembly: NMathPremium (in NMathPremium.dll) Version: 5.3.0.0
Syntax
| C# |
|---|
[ObsoleteAttribute("Use Func<double, int, double>")] public delegate double DoubleIntFunction( double x, int y ) |
| Visual Basic |
|---|
<ObsoleteAttribute("Use Func<double, int, double>")> _ Public Delegate Function DoubleIntFunction ( _ x As Double, _ y As Integer _ ) As Double |
| Visual C++ |
|---|
[ObsoleteAttribute(L"Use Func<double, int, double>")] public delegate double DoubleIntFunction( double x, int y ) |