Functor that takes a floating point number, and returns a floating point number.

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

Syntax

C#
public delegate float FloatUnaryFunction(
	float x
)
Visual Basic (Declaration)
Public Delegate Function FloatUnaryFunction ( _
	x As Single _
) As Single
Visual C++
public delegate float FloatUnaryFunction(
	float x
)

Parameters

x
Type: System..::.Single

See Also