[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Computer for relational op.

Namespace: net.esper.type
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Delegate Function Computer ( _
	objOne As Object, _
	objTwo As Object _
) As Object
C#
public delegate Object Computer (
	Object objOne,
	Object objTwo
)
Visual C++
public delegate Object^ Computer (
	Object^ objOne, 
	Object^ objTwo
)

Parameters

objOne
System.Object
objTwo
System.Object