Range Constructor | |
Construct a range.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
nMin,
nMax
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public Range(
Usual nMin = default,
Usual nMax = default
)
Request Example
View SourceParameters
- nMin (Optional)
- Type: Usual
The minimum value in the range. The default is 0. - nMax (Optional)
- Type: Usual
The maximum value in the range. The default is 0.
See Also