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

Returns the index into which to insert to. Proptected access level for convenient testing.

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

Syntax

Visual Basic (Declaration)
Public Overridable Function FindInsertIndex ( _
	val As Double _
) As Integer
C#
public virtual int FindInsertIndex (
	double val
)
Visual C++
public:
virtual int FindInsertIndex (
	double val
)

Parameters

val
System.Double
to find insert index

Return Value

position to insert the value to, or -1 to indicate to add to the end.