Compartir a través de


IppIntegerRange(Int32, Int32) Constructor

Definición

Crea una nueva instancia de la clase IppIntegerRange con los valores especificados. Este objeto representa información sobre un rangeOfInteger atributo tal y como se define en el Protocolo de impresión por Internet (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)

Parámetros

start
Int32

int

Límite inferior del intervalo entero (ambos incluidos).

end
Int32

int

Límite superior del intervalo entero (ambos incluidos).

Se aplica a