Functor that takes an integer and returns a boolean value.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public delegate bool LogicalIntFunction(
	int i
)
Visual Basic (Declaration)
Public Delegate Function LogicalIntFunction ( _
	i As Integer _
) As Boolean
Visual C++
public delegate bool LogicalIntFunction(
	int i
)

Parameters

i
Type: System..::.Int32

See Also