Byte
Overview
Byte type; can hold integers from 0 .. 25
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
- Ancestry: ValueType | Byte
Implements
constructor protected (declared in ValueType)
Default constructor.
constructor
Byte()
init()
Byte()
compares this value to another byte, returns 0 if equal, -1 if less, 1 if more.
Parameters:
- a:
compares this value to another byte, returns 0 if equal, -1 if less, 1 if more.
Parameters:
- a:
compares this value to another byte, returns true if equal.
Parameters:
- other:
Returns true if the target object matches this one, by default compares the reference.
Parameters:
- obj: the reference to compare this with.
Finalize protected virtual (declared in Object)
Finalizer implementation. If not overriden it's not called at all, the runtime checks if there is an override before calling a finalizer.
method Finalize
void Finalize()
func Finalize()
void Finalize()
GetHashCode override virtual
Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.
GetType (declared in Object)
Returns the actual type of this class
MaxValue
Maximum value of a byte.
const MaxValue: Byte = 255;
const Byte MaxValue = 255
static let MaxValue: Byte = 255
static final Byte MaxValue = 255
MinValue
Minimum value of a byte.
const MinValue: Byte = 0;
const Byte MinValue = 0
static let MinValue: Byte = 0
static final Byte MinValue = 0
Parse
Parses a byte value from a string. Returns the if succesful, else throws an exception.
Parameters:
- s:
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
ToString override virtual
Gets the string representation of this method.
TryParse
Parses a byte value from a string. Returns true if succesful.
Parameters:
- s:
- Value:
MaxValue
Maximum value of a byte.
const MaxValue: Byte = 255;
const Byte MaxValue = 255
static let MaxValue: Byte = 255
static final Byte MaxValue = 255
MinValue
Minimum value of a byte.
Parse
Parses a byte value from a string. Returns the if succesful, else throws an exception.
Parameters:
- s:
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
TryParse
Parses a byte value from a string. Returns true if succesful.
Parameters:
- s:
- Value:
constructor protected (declared in ValueType)
Default constructor.
constructor
Byte()
init()
Byte()
compares this value to another byte, returns 0 if equal, -1 if less, 1 if more.
Parameters:
- a:
compares this value to another byte, returns 0 if equal, -1 if less, 1 if more.
Parameters:
- a:
compares this value to another byte, returns true if equal.
Parameters:
- other:
Returns true if the target object matches this one, by default compares the reference.
Parameters:
- obj: the reference to compare this with.
Finalize protected virtual (declared in Object)
Finalizer implementation. If not overriden it's not called at all, the runtime checks if there is an override before calling a finalizer.
method Finalize
void Finalize()
func Finalize()
void Finalize()
GetHashCode override virtual
Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.
GetType (declared in Object)
Returns the actual type of this class
ToString override virtual
Gets the string representation of this method.