IppIntegerRange(Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of the IppIntegerRange class with the specified values. This object represents information about a rangeOfInteger
attribute as defined by the Internet Printing Protocol (IPP).
public:
IppIntegerRange(int start, int end);
IppIntegerRange(int const& start, int const& end);
public IppIntegerRange(int start, int end);
function IppIntegerRange(start, end)
Public Sub New (start As Integer, end As Integer)
Parameters
- start
-
Int32
int
The lower bound of the integer range (inclusive).
- end
-
Int32
int
The upper bound of the integer range (inclusive).