Functor that takes a DateTime and returns a DateTime.

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

Syntax

C#
public delegate DateTime DateTimeUnaryFunction(
	DateTime s
)
Visual Basic (Declaration)
Public Delegate Function DateTimeUnaryFunction ( _
	s As DateTime _
) As DateTime
Visual C++
public delegate DateTime DateTimeUnaryFunction(
	DateTime s
)

Parameters

s
Type: System..::.DateTime

See Also