Functor that takes a string and returns a boolean value.

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

Syntax

C#
public delegate bool LogicalStringFunction(
	string s
)
Visual Basic (Declaration)
Public Delegate Function LogicalStringFunction ( _
	s As String _
) As Boolean
Visual C++
public delegate bool LogicalStringFunction(
	String^ s
)

Parameters

s
Type: System..::.String

See Also