[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)
Construct pair of values.
Namespace: net.esper.collection
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ first As T, _ second As T _ ) |
C# |
---|
public UniformPair ( T first, T second ) |
Visual C++ |
---|
public: UniformPair ( T first, T second ) |
Parameters
- first
- T type parameter of net.esper.collection.UniformPair<(Of T>).
is the first value
- second
- T type parameter of net.esper.collection.UniformPair<(Of T>).
is the second value