Functor that takes no arguments and returns a floating point number.
Namespace: CenterSpace.NMath.CoreAssembly: NMathPremium (in NMathPremium.dll) Version: 5.3.0.0
Syntax
| C# |
|---|
[ObsoleteAttribute("Use Func< float >")] public delegate float FloatFunction() |
| Visual Basic |
|---|
<ObsoleteAttribute("Use Func< float >")> _ Public Delegate Function FloatFunction As Single |
| Visual C++ |
|---|
[ObsoleteAttribute(L"Use Func< float >")] public delegate float FloatFunction() |