Int32
Overview
4 byte signed integer type.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
- Ancestry: ValueType | Int32
constructor protected (declared in ValueType)
constructor
Int32()
init()
Int32()
Sub New()
Compares this value to another value; returns 0 if equal, -1 if less, 1 if more.
Parameters:
- a:
Compares this value to another value; 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
Returns the maximum value this type can hold.
const MaxValue: Int32 = 2147483647;
const Int32 MaxValue = 2147483647
static let MaxValue: Int32 = 2147483647
static final Int32 MaxValue = 2147483647
Dim MaxValue As Int32 = 2147483647
MinValue
Returns the minimum value this type can hold.
const MinValue: Int32 = -2147483648;
const Int32 MinValue = -2147483648
static let MinValue: Int32 = -2147483648
static final Int32 MinValue = -2147483648
Dim MinValue As Int32 = -2147483648
Parse
Parse a string to an int32.
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
Parse a string to an int32 Returns true if succesful.
Parameters:
- s:
- Value:
MaxValue
Returns the maximum value this type can hold.
const MaxValue: Int32 = 2147483647;
const Int32 MaxValue = 2147483647
static let MaxValue: Int32 = 2147483647
static final Int32 MaxValue = 2147483647
Dim MaxValue As Int32 = 2147483647
MinValue
Returns the minimum value this type can hold.
Parse
Parse a string to an int32.
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
Parse a string to an int32 Returns true if succesful.
Parameters:
- s:
- Value:
constructor protected (declared in ValueType)
constructor
Int32()
init()
Int32()
Sub New()
Compares this value to another value; returns 0 if equal, -1 if less, 1 if more.
Parameters:
- a:
Compares this value to another value; 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.