NativeUInt
Overview
Natve uint type; 32bits on 32bits targets, while 64bits on 64bits.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
- Ancestry: ValueType | NativeUInt
constructor protected (declared in ValueType)
constructor
NativeUInt()
init()
NativeUInt()
Sub New()
CompareTo (NativeUInt): Int32
method CompareTo(a: NativeUInt): Int32
Int32 CompareTo(NativeUInt a)
func CompareTo(_ a: NativeUInt) -> Int32
Int32 CompareTo(NativeUInt a)
Function CompareTo(a As NativeUInt) As Int32
Parameters:
- a:
Parameters:
- a:
Default constructor.
Parameters:
- aOther: the reference to compare this with.
Parameters:
- obj:
Equals (NativeUInt): Boolean
method Equals(other: NativeUInt): Boolean
Boolean Equals(NativeUInt other)
func Equals(_ other: NativeUInt) -> Boolean
Boolean Equals(NativeUInt other)
Function Equals(other As NativeUInt) As Boolean
Parameters:
- other:
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
GetHashCode override virtual
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
// Android-arm64-v8a, Android-x86_64, Fuchsia, iOS, iOS Simulator, Mac Catalyst, macOS, tvOS, tvOS Simulator, Ubuntu-aarch64, Ubuntu-x86_64, visionOS, visionOS Simulator, watchOS Simulator, Windows-arm64, Windows-x86_64
const MaxValue: NativeUInt = -1;
// Android-armeabi, Android-armeabi-v7a, Android-x86, Ubuntu-armv6, watchOS, WebAssembly, Windows-i386
const MaxValue: NativeUInt = 4294967295;
// Android-arm64-v8a, Android-x86_64, Fuchsia, iOS, iOS Simulator, Mac Catalyst, macOS, tvOS, tvOS Simulator, Ubuntu-aarch64, Ubuntu-x86_64, visionOS, visionOS Simulator, watchOS Simulator, Windows-arm64, Windows-x86_64
const NativeUInt MaxValue = -1
// Android-armeabi, Android-armeabi-v7a, Android-x86, Ubuntu-armv6, watchOS, WebAssembly, Windows-i386
const NativeUInt MaxValue = 4294967295
// Android-arm64-v8a, Android-x86_64, Fuchsia, iOS, iOS Simulator, Mac Catalyst, macOS, tvOS, tvOS Simulator, Ubuntu-aarch64, Ubuntu-x86_64, visionOS, visionOS Simulator, watchOS Simulator, Windows-arm64, Windows-x86_64
static let MaxValue: NativeUInt = -1
// Android-armeabi, Android-armeabi-v7a, Android-x86, Ubuntu-armv6, watchOS, WebAssembly, Windows-i386
static let MaxValue: NativeUInt = 4294967295
// Android-arm64-v8a, Android-x86_64, Fuchsia, iOS, iOS Simulator, Mac Catalyst, macOS, tvOS, tvOS Simulator, Ubuntu-aarch64, Ubuntu-x86_64, visionOS, visionOS Simulator, watchOS Simulator, Windows-arm64, Windows-x86_64
static final NativeUInt MaxValue = -1
// Android-armeabi, Android-armeabi-v7a, Android-x86, Ubuntu-armv6, watchOS, WebAssembly, Windows-i386
static final NativeUInt MaxValue = 4294967295
// Android-arm64-v8a, Android-x86_64, Fuchsia, iOS, iOS Simulator, Mac Catalyst, macOS, tvOS, tvOS Simulator, Ubuntu-aarch64, Ubuntu-x86_64, visionOS, visionOS Simulator, watchOS Simulator, Windows-arm64, Windows-x86_64
Dim MaxValue As NativeUInt = -1
// Android-armeabi, Android-armeabi-v7a, Android-x86, Ubuntu-armv6, watchOS, WebAssembly, Windows-i386
Dim MaxValue As NativeUInt = 4294967295
MinValue
const MinValue: NativeUInt = 0;
const NativeUInt MinValue = 0
static let MinValue: NativeUInt = 0
static final NativeUInt MinValue = 0
Dim MinValue As NativeUInt = 0
Parse
class method Parse(s: String): NativeUInt
static NativeUInt Parse(String s)
static func Parse(_ s: String) -> NativeUInt
static NativeUInt Parse(String s)
Shared Function Parse(s As String) As NativeUInt
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
method ToString: String
String ToString()
func ToString() -> String
String ToString()
Function ToString() As String
TryParse
class method TryParse(s: String; out Value: NativeUInt): Boolean
static Boolean TryParse(String s, out NativeUInt Value)
static func TryParse(_ s: String, _ Value: NativeUInt) -> Boolean
static Boolean TryParse(String s, __out NativeUInt Value)
Shared Function TryParse(s As String, <OutAttribute> ByRef Value As NativeUInt) As Boolean
Parameters:
- s:
- Value:
MaxValue
// Android-arm64-v8a, Android-x86_64, Fuchsia, iOS, iOS Simulator, Mac Catalyst, macOS, tvOS, tvOS Simulator, Ubuntu-aarch64, Ubuntu-x86_64, visionOS, visionOS Simulator, watchOS Simulator, Windows-arm64, Windows-x86_64
const MaxValue: NativeUInt = -1;
// Android-armeabi, Android-armeabi-v7a, Android-x86, Ubuntu-armv6, watchOS, WebAssembly, Windows-i386
const MaxValue: NativeUInt = 4294967295;
// Android-arm64-v8a, Android-x86_64, Fuchsia, iOS, iOS Simulator, Mac Catalyst, macOS, tvOS, tvOS Simulator, Ubuntu-aarch64, Ubuntu-x86_64, visionOS, visionOS Simulator, watchOS Simulator, Windows-arm64, Windows-x86_64
const NativeUInt MaxValue = -1
// Android-armeabi, Android-armeabi-v7a, Android-x86, Ubuntu-armv6, watchOS, WebAssembly, Windows-i386
const NativeUInt MaxValue = 4294967295
// Android-arm64-v8a, Android-x86_64, Fuchsia, iOS, iOS Simulator, Mac Catalyst, macOS, tvOS, tvOS Simulator, Ubuntu-aarch64, Ubuntu-x86_64, visionOS, visionOS Simulator, watchOS Simulator, Windows-arm64, Windows-x86_64
static let MaxValue: NativeUInt = -1
// Android-armeabi, Android-armeabi-v7a, Android-x86, Ubuntu-armv6, watchOS, WebAssembly, Windows-i386
static let MaxValue: NativeUInt = 4294967295
// Android-arm64-v8a, Android-x86_64, Fuchsia, iOS, iOS Simulator, Mac Catalyst, macOS, tvOS, tvOS Simulator, Ubuntu-aarch64, Ubuntu-x86_64, visionOS, visionOS Simulator, watchOS Simulator, Windows-arm64, Windows-x86_64
static final NativeUInt MaxValue = -1
// Android-armeabi, Android-armeabi-v7a, Android-x86, Ubuntu-armv6, watchOS, WebAssembly, Windows-i386
static final NativeUInt MaxValue = 4294967295
// Android-arm64-v8a, Android-x86_64, Fuchsia, iOS, iOS Simulator, Mac Catalyst, macOS, tvOS, tvOS Simulator, Ubuntu-aarch64, Ubuntu-x86_64, visionOS, visionOS Simulator, watchOS Simulator, Windows-arm64, Windows-x86_64
Dim MaxValue As NativeUInt = -1
// Android-armeabi, Android-armeabi-v7a, Android-x86, Ubuntu-armv6, watchOS, WebAssembly, Windows-i386
Dim MaxValue As NativeUInt = 4294967295
MinValue
const MinValue: NativeUInt = 0;
const NativeUInt MinValue = 0
static let MinValue: NativeUInt = 0
static final NativeUInt MinValue = 0
Dim MinValue As NativeUInt = 0
Parse
class method Parse(s: String): NativeUInt
static NativeUInt Parse(String s)
static func Parse(_ s: String) -> NativeUInt
static NativeUInt Parse(String s)
Shared Function Parse(s As String) As NativeUInt
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
class method TryParse(s: String; out Value: NativeUInt): Boolean
static Boolean TryParse(String s, out NativeUInt Value)
static func TryParse(_ s: String, _ Value: NativeUInt) -> Boolean
static Boolean TryParse(String s, __out NativeUInt Value)
Shared Function TryParse(s As String, <OutAttribute> ByRef Value As NativeUInt) As Boolean
Parameters:
- s:
- Value:
constructor protected (declared in ValueType)
constructor
NativeUInt()
init()
NativeUInt()
Sub New()
CompareTo (NativeUInt): Int32
method CompareTo(a: NativeUInt): Int32
Int32 CompareTo(NativeUInt a)
func CompareTo(_ a: NativeUInt) -> Int32
Int32 CompareTo(NativeUInt a)
Function CompareTo(a As NativeUInt) As Int32
Parameters:
- a:
Parameters:
- a:
Default constructor.
Parameters:
- aOther: the reference to compare this with.
Parameters:
- obj:
Equals (NativeUInt): Boolean
method Equals(other: NativeUInt): Boolean
Boolean Equals(NativeUInt other)
func Equals(_ other: NativeUInt) -> Boolean
Boolean Equals(NativeUInt other)
Function Equals(other As NativeUInt) As Boolean
Parameters:
- other:
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
GetHashCode override virtual
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