Functor that takes an object and returns an object.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public delegate Object ObjectUnaryFunction( Object o ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Function ObjectUnaryFunction ( _ o As Object _ ) As Object |
| Visual C++ |
|---|
public delegate Object^ ObjectUnaryFunction( Object^ o ) |
Parameters
- o
- Type: System..::.Object