Click or drag to resize

Pair Constructor (Long, Long)

X#
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
)
Request Example View Source

Parameters

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