SByte
Overview
Signed byte implementation.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
- Ancestry: ValueType | SByte
constructor protected (declared in ValueType)
constructor
SByte()
init()
SByte()
Sub New()
compares this value to another sbyte, returns 0 if equal, -1 if less, 1 if more
Parameters:
- a:
compares this value to another sbyte, returns 0 if equal, -1 if less, 1 if more.
Parameters:
- a:
Default constructor.
Parameters:
- aOther: the reference to compare this with.
Returns true if the target object matches this one, by default compares the reference.
Parameters:
- obj:
Returns true if the target object matches this one, by default compares the reference.
Parameters:
- other:
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub 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.
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
GetType (declared in Object)
Returns the actual type of this class
method GetType: Type
Type GetType()
func GetType() -> Type
Type GetType()
Function GetType() As Type
MaxValue
Contains the maximum value for SByte.
const MaxValue: SByte = 127;
const SByte MaxValue = 127
static let MaxValue: SByte = 127
static final SByte MaxValue = 127
Dim MaxValue As SByte = 127
MinValue
Contains the minimum value for SByte.
const MinValue: SByte = -128;
const SByte MinValue = -128
static let MinValue: SByte = -128
static final SByte MinValue = -128
Dim MinValue As SByte = -128
Parse
Parses a string to an SByte.
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.
method ToString: String
String ToString()
func ToString() -> String
String ToString()
Function ToString() As String
TryParse
Parses a string to an SByte, returns false on failure.
Parameters:
- s:
- Value:
MaxValue
Contains the maximum value for SByte.
const MaxValue: SByte = 127;
const SByte MaxValue = 127
static let MaxValue: SByte = 127
static final SByte MaxValue = 127
Dim MaxValue As SByte = 127
MinValue
Contains the minimum value for SByte.
Parse
Parses a string to an SByte.
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 string to an SByte, returns false on failure.
Parameters:
- s:
- Value:
constructor protected (declared in ValueType)
constructor
SByte()
init()
SByte()
Sub New()
compares this value to another sbyte, returns 0 if equal, -1 if less, 1 if more
Parameters:
- a:
compares this value to another sbyte, returns 0 if equal, -1 if less, 1 if more.
Parameters:
- a:
Default constructor.
Parameters:
- aOther: the reference to compare this with.
Returns true if the target object matches this one, by default compares the reference.
Parameters:
- obj:
Returns true if the target object matches this one, by default compares the reference.
Parameters:
- other:
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub 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.
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
GetType (declared in Object)
Returns the actual type of this class
method GetType: Type
Type GetType()
func GetType() -> Type
Type GetType()
Function GetType() As Type
ToString override virtual
Gets the string representation of this method.