Pair Constructor (Long, Long) | |
Construct a pair.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
Int1 AS LONG,
Int2 AS LONG
)
public Pair(
int Int1,
int Int2
)
Request Example
View SourceParameters
- Int1
- Type: Long
The first value of the pair. The default is 0. - Int2
- Type: Long
The second value of the pair. The default is 0.
See Also