|
oevislib_net
0.14.3.0
|
Public Member Functions | |
| Interval () | |
| Constructs a new Interval object, long zero. | |
| Interval (float inBegin, float inEnd) | |
| Constructs a new Interval object, from begin to end. | |
| float | GetCenter () |
| Returns the center of the interval. | |
| float | GetWidth () |
| Returns the width of the interval. | |
| ByteBuffer | Serialize () |
| Serializes the object. | |
| bool | Equals (Interval other) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| override object | Clone () |
Static Public Member Functions | |
| static bool | operator== (Interval inInterval1, Interval inInterval2) |
| static bool | operator!= (Interval inInterval1, Interval inInterval2) |
| static Interval | Deserialize (ByteBuffer inBuffer) |
| De-serialize an Interval buffer. | |
Properties | |
| float | Begin = 0.0f [get, set] |
| float | End = 0.0f [get, set] |
Range of values.
|
inline |
Constructs a new Interval object, long zero.
|
inline |
Constructs a new Interval object, from begin to end.
| inBegin | Begin value. |
| inEnd | End value. |
|
inlinestatic |
De-serialize an Interval buffer.
| inBuffer | Buffer containing the object. |
|
inline |
Returns the center of the interval.
|
inline |
Returns the width of the interval.
The value is either 0 or positive.
|
inline |
Serializes the object.