UnsignedInteger
Overview
Location
- Reference: cooper.jar
- Namespace: RemObjects.Elements.System
- Ancestry: Number | UnsignedInteger
constructor (Integer)
constructor(aValue: Integer)
UnsignedInteger(Integer aValue)
init(_ aValue: Integer)
UnsignedInteger(Integer aValue)
Sub New(aValue As Integer)
Parameters:
- aValue:
constructor (String)
constructor(aValue: String)
UnsignedInteger(String aValue)
init(_ aValue: String)
UnsignedInteger(String aValue)
Sub New(aValue As String)
Parameters:
- aValue:
byteValue
method byteValue: Byte
Byte byteValue()
func byteValue() -> Byte
Byte byteValue()
Function byteValue() As Byte
compareTo
method compareTo(Value: UnsignedInteger): Integer
Integer compareTo(UnsignedInteger Value)
func compareTo(_ Value: UnsignedInteger) -> Integer
Integer compareTo(UnsignedInteger Value)
Function compareTo(Value As UnsignedInteger) As Integer
Parameters:
- Value:
doubleToUnsigned
Parameters:
- aValue:
doubleValue
method doubleValue: Double
Double doubleValue()
func doubleValue() -> Double
Double doubleValue()
Function doubleValue() As Double
equals
Parameters:
- aOther:
floatToUnsigned
Parameters:
- aValue:
floatValue
method floatValue: Single
Single floatValue()
func floatValue() -> Single
Single floatValue()
Function floatValue() As Single
hashCode
method hashCode: Integer
Integer hashCode()
func hashCode() -> Integer
Integer hashCode()
Function hashCode() As Integer
intValue
method intValue: Integer
Integer intValue()
func intValue() -> Integer
Integer intValue()
Function intValue() As Integer
longValue
method longValue: Int64
Int64 longValue()
func longValue() -> Int64
Int64 longValue()
Function longValue() As Int64
MASK
const MASK: Int64 = 4294967295;
const Int64 MASK = 4294967295
static let MASK: Int64 = 4294967295
static final Int64 MASK = 4294967295
Dim MASK As Int64 = 4294967295
MAX_VALUE
const MAX_VALUE: Integer = -1;
const Integer MAX_VALUE = -1
static let MAX_VALUE: Integer = -1
static final Integer MAX_VALUE = -1
Dim MAX_VALUE As Integer = -1
MIN_VALUE
const MIN_VALUE: Integer = 0;
const Integer MIN_VALUE = 0
static let MIN_VALUE: Integer = 0
static final Integer MIN_VALUE = 0
Dim MIN_VALUE As Integer = 0
Parameters:
- aValue:
Parameters:
- aValue:
- Radix:
shortValue
method shortValue: SmallInt
SmallInt shortValue()
func shortValue() -> SmallInt
SmallInt shortValue()
Function shortValue() As SmallInt
toBinaryString
Parameters:
- aValue:
toHexString
Parameters:
- aValue:
toOctalString
Parameters:
- aValue:
toString
method toString: String
String toString()
func toString() -> String
String toString()
Function toString() As String
Parameters:
- aValue:
Parameters:
- aValue:
- Radix:
unsignedDivide
Parameters:
- aValue:
- aWith:
unsignedRemainder
Parameters:
- aValue:
- aWith:
unsignedToDouble
Parameters:
- aValue:
unsignedToFloat
Parameters:
- aValue:
valueOf
class method valueOf(aValue: Integer): UnsignedInteger
static UnsignedInteger valueOf(Integer aValue)
static func valueOf(_ aValue: Integer) -> UnsignedInteger
static UnsignedInteger valueOf(Integer aValue)
Shared Function valueOf(aValue As Integer) As UnsignedInteger
Parameters:
- aValue:
MASK
const MASK: Int64 = 4294967295;
const Int64 MASK = 4294967295
static let MASK: Int64 = 4294967295
static final Int64 MASK = 4294967295
Dim MASK As Int64 = 4294967295
MAX_VALUE
const MAX_VALUE: Integer = -1;
const Integer MAX_VALUE = -1
static let MAX_VALUE: Integer = -1
static final Integer MAX_VALUE = -1
Dim MAX_VALUE As Integer = -1
MIN_VALUE
const MIN_VALUE: Integer = 0;
const Integer MIN_VALUE = 0
static let MIN_VALUE: Integer = 0
static final Integer MIN_VALUE = 0
Dim MIN_VALUE As Integer = 0
doubleToUnsigned
Parameters:
- aValue:
floatToUnsigned
Parameters:
- aValue:
Parameters:
- aValue:
Parameters:
- aValue:
- Radix:
toBinaryString
Parameters:
- aValue:
toHexString
Parameters:
- aValue:
toOctalString
Parameters:
- aValue:
Parameters:
- aValue:
Parameters:
- aValue:
- Radix:
unsignedDivide
Parameters:
- aValue:
- aWith:
unsignedRemainder
Parameters:
- aValue:
- aWith:
unsignedToDouble
Parameters:
- aValue:
unsignedToFloat
Parameters:
- aValue:
valueOf
class method valueOf(aValue: Integer): UnsignedInteger
static UnsignedInteger valueOf(Integer aValue)
static func valueOf(_ aValue: Integer) -> UnsignedInteger
static UnsignedInteger valueOf(Integer aValue)
Shared Function valueOf(aValue As Integer) As UnsignedInteger
Parameters:
- aValue:
constructor (Integer)
constructor(aValue: Integer)
UnsignedInteger(Integer aValue)
init(_ aValue: Integer)
UnsignedInteger(Integer aValue)
Sub New(aValue As Integer)
Parameters:
- aValue:
constructor (String)
constructor(aValue: String)
UnsignedInteger(String aValue)
init(_ aValue: String)
UnsignedInteger(String aValue)
Sub New(aValue As String)
Parameters:
- aValue:
byteValue
method byteValue: Byte
Byte byteValue()
func byteValue() -> Byte
Byte byteValue()
Function byteValue() As Byte
compareTo
method compareTo(Value: UnsignedInteger): Integer
Integer compareTo(UnsignedInteger Value)
func compareTo(_ Value: UnsignedInteger) -> Integer
Integer compareTo(UnsignedInteger Value)
Function compareTo(Value As UnsignedInteger) As Integer
Parameters:
- Value:
doubleValue
method doubleValue: Double
Double doubleValue()
func doubleValue() -> Double
Double doubleValue()
Function doubleValue() As Double
equals
Parameters:
- aOther:
floatValue
method floatValue: Single
Single floatValue()
func floatValue() -> Single
Single floatValue()
Function floatValue() As Single
hashCode
method hashCode: Integer
Integer hashCode()
func hashCode() -> Integer
Integer hashCode()
Function hashCode() As Integer
intValue
method intValue: Integer
Integer intValue()
func intValue() -> Integer
Integer intValue()
Function intValue() As Integer
longValue
method longValue: Int64
Int64 longValue()
func longValue() -> Int64
Int64 longValue()
Function longValue() As Int64
shortValue
method shortValue: SmallInt
SmallInt shortValue()
func shortValue() -> SmallInt
SmallInt shortValue()
Function shortValue() As SmallInt
toString