Functor that takes a double-precision floating point number and returns a boolean value.

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

Syntax

C#
public delegate bool LogicalDoubleFunction(
	double d
)
Visual Basic (Declaration)
Public Delegate Function LogicalDoubleFunction ( _
	d As Double _
) As Boolean
Visual C++
public delegate bool LogicalDoubleFunction(
	double d
)

Parameters

d
Type: System..::.Double

See Also