[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Add a value to the collection.
Namespace: net.esper.collection
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Sub Add ( _ val As Double _ ) |
C# |
---|
public virtual void Add ( double val ) |
Visual C++ |
---|
public: virtual void Add ( double val ) |
Parameters
- val
- System.Double
is the double-type value to add