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

Returns the computer to use for the relational operation based on the coercion type.

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

Syntax

Visual Basic (Declaration)
Public Function GetComputer ( _
	coercedType As Type _
) As Computer
C#
public RelationalOpEnum.Computer GetComputer (
	Type coercedType
)
Visual C++
public:
Computer^ GetComputer (
	Type^ coercedType
)

Parameters

coercedType
System.Type
is the object type

Return Value

computer for performing the relational op