Class ByteRange
Defines a range of type Byte.
Inherited Members
Namespace:
Assembly: .dll
Syntax
public class ByteRange extends NumericRange<Byte>
Constructors
ByteRange()
Initializes a new instance of ByteRange.
Declaration
public ByteRange()
ByteRange(ByteRange range)
Initializes a new instance of ByteRange.
Declaration
public ByteRange(ByteRange range)
Parameters
| Type | Name | Description |
|---|---|---|
| range | The ByteRange instance to initialize new range with. |
ByteRange(Byte min, Byte max)
Initializes a new instance of ByteRange.
Declaration
public ByteRange(Byte min, Byte max)
Parameters
| Type | Name | Description |
|---|---|---|
| Byte | min | The min value to initialize range with. |
| Byte | max | The max value to initialize range with. |
Methods
clone()
Creates and returns a copy of this object
Declaration
public IRange<Byte> clone()
Returns
| Type | Description |
|---|---|
| IRange<Byte> |
Overrides
Exceptions
| Type | Condition |
|---|---|
| CloneNotSupportedException |
getValueType()
Declaration
public final Class<Byte> getValueType()
Returns
| Type | Description |
|---|---|
| Class<Byte> |
growBy(double minFraction, double maxFraction)
Declaration
public void growBy(double minFraction, double maxFraction)
Parameters
| Type | Name | Description |
|---|---|---|
| double | minFraction | |
| double | maxFraction |