|
oevislib_net
0.14.3.0
|
Integer range on a numeric axis. More...
Public Member Functions | |
| Range () | |
| Constructs an empty Range object, starting from zero and with length zero. | |
| Range (int inStart, int inLength) | |
| Constructs a new Range object, with specified start and length. | |
| int | GetEnd () |
| Returns the end of the range. | |
| ByteBuffer | Serialize () |
| Serializes the object. | |
| bool | Equals (Range other) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| override object | Clone () |
Static Public Member Functions | |
| static bool | operator== (Range inRange1, Range inRange2) |
| static bool | operator!= (Range inRange1, Range inRange2) |
| static Range | Deserialize (ByteBuffer inBuffer) |
| De-serialize a Range buffer. | |
Properties | |
| int | Start = 0 [get, set] |
| int | Length = 0 [get, set] |
Integer range on a numeric axis.
|
inline |
Constructs an empty Range object, starting from zero and with length zero.
|
inline |
Constructs a new Range object, with specified start and length.
| inStart | Start. |
| inLength | Length. |
|
inlinestatic |
De-serialize a Range buffer.
| inBuffer | Buffer containing the object. |
|
inline |
Returns the end of the range.
|
inline |
Serializes the object.