UnsignedLong
Overview
Location
- Reference: cooper.jar
- Namespace: RemObjects.Elements.System
- Ancestry: Number | UnsignedLong
constructor (Int64)
constructor(aValue: Int64)
UnsignedLong(Int64 aValue)
init(_ aValue: Int64)
UnsignedLong(Int64 aValue)
Sub New(aValue As Int64)
Parameters:
- aValue:
constructor (String)
constructor(aValue: String)
UnsignedLong(String aValue)
init(_ aValue: String)
UnsignedLong(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: UnsignedLong): Integer
Integer compareTo(UnsignedLong Value)
func compareTo(_ Value: UnsignedLong) -> Integer
Integer compareTo(UnsignedLong Value)
Function compareTo(Value As UnsignedLong) 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
MAX_VALUE
const MAX_VALUE: Int64 = -1;
const Int64 MAX_VALUE = -1
static let MAX_VALUE: Int64 = -1
static final Int64 MAX_VALUE = -1
Dim MAX_VALUE As Int64 = -1
MIN_VALUE
const MIN_VALUE: Int64 = 0;
const Int64 MIN_VALUE = 0
static let MIN_VALUE: Int64 = 0
static final Int64 MIN_VALUE = 0
Dim MIN_VALUE As Int64 = 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: Int64): UnsignedLong
static UnsignedLong valueOf(Int64 aValue)
static func valueOf(_ aValue: Int64) -> UnsignedLong
static UnsignedLong valueOf(Int64 aValue)
Shared Function valueOf(aValue As Int64) As UnsignedLong
Parameters:
- aValue:
MAX_VALUE
const MAX_VALUE: Int64 = -1;
const Int64 MAX_VALUE = -1
static let MAX_VALUE: Int64 = -1
static final Int64 MAX_VALUE = -1
Dim MAX_VALUE As Int64 = -1
MIN_VALUE
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: Int64): UnsignedLong
static UnsignedLong valueOf(Int64 aValue)
static func valueOf(_ aValue: Int64) -> UnsignedLong
static UnsignedLong valueOf(Int64 aValue)
Shared Function valueOf(aValue As Int64) As UnsignedLong
Parameters:
- aValue:
constructor (Int64)
constructor(aValue: Int64)
UnsignedLong(Int64 aValue)
init(_ aValue: Int64)
UnsignedLong(Int64 aValue)
Sub New(aValue As Int64)
Parameters:
- aValue:
constructor (String)
constructor(aValue: String)
UnsignedLong(String aValue)
init(_ aValue: String)
UnsignedLong(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: UnsignedLong): Integer
Integer compareTo(UnsignedLong Value)
func compareTo(_ Value: UnsignedLong) -> Integer
Integer compareTo(UnsignedLong Value)
Function compareTo(Value As UnsignedLong) 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