Functor that takes an integer value and returns an integer value.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public delegate int IntUnaryFunction(
	int x
)
Visual Basic (Declaration)
Public Delegate Function IntUnaryFunction ( _
	x As Integer _
) As Integer
Visual C++
public delegate int IntUnaryFunction(
	int x
)

Parameters

x
Type: System..::.Int32

See Also