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

Remove a value from the collection.

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

Syntax

Visual Basic (Declaration)
Public Overridable Sub Remove ( _
	val As Double _
)
C#
public virtual void Remove (
	double val
)
Visual C++
public:
virtual void Remove (
	double val
)

Parameters

val
System.Double
to remove