Pair Constructor | |
Construct a pair.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
uInt1,
uInt2
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public Pair(
Usual uInt1 = default,
Usual uInt2 = default
)
Request Example
View SourceParameters
- uInt1 (Optional)
- Type: Usual
The first value of the pair. The default is 0. - uInt2 (Optional)
- Type: Usual
The second value of the pair. The default is 0.
See Also