UnsignedByte
Overview
Location
- Reference: cooper.jar
- Namespace: RemObjects.Elements.System
- Ancestry: Number | UnsignedByte
constructor (SByte)
constructor(aValue: SByte)
UnsignedByte(SByte aValue)
init(_ aValue: SByte)
UnsignedByte(SByte aValue)
Sub New(aValue As SByte)
Parameters:
- aValue:
constructor (String)
constructor(aValue: String)
UnsignedByte(String aValue)
init(_ aValue: String)
UnsignedByte(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: UnsignedByte): Integer
Integer compareTo(UnsignedByte Value)
func compareTo(_ Value: UnsignedByte) -> Integer
Integer compareTo(UnsignedByte Value)
Function compareTo(Value As UnsignedByte) 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: SmallInt = 255;
const SmallInt MASK = 255
static let MASK: SmallInt = 255
static final SmallInt MASK = 255
Dim MASK As SmallInt = 255
MAX_VALUE
const MAX_VALUE: Byte = 255;
const Byte MAX_VALUE = 255
static let MAX_VALUE: Byte = 255
static final Byte MAX_VALUE = 255
Dim MAX_VALUE As Byte = 255
MIN_VALUE
const MIN_VALUE: Byte = 0;
const Byte MIN_VALUE = 0
static let MIN_VALUE: Byte = 0
static final Byte MIN_VALUE = 0
Dim MIN_VALUE As Byte = 0
Parameters:
- aValue:
Parameters:
- aValue:
- Radix:
shortValue
method shortValue: SmallInt
SmallInt shortValue()
func shortValue() -> SmallInt
SmallInt shortValue()
Function shortValue() As SmallInt
toString
method toString: String
String toString()
func toString() -> String
String toString()
Function toString() As String
Parameters:
- aValue:
unsignedDivide
Parameters:
- aValue:
- aWith:
unsignedRemainder
Parameters:
- aValue:
- aWith:
unsignedToDouble
Parameters:
- aValue:
unsignedToFloat
Parameters:
- aValue:
valueOf
class method valueOf(aValue: SByte): UnsignedByte
static UnsignedByte valueOf(SByte aValue)
static func valueOf(_ aValue: SByte) -> UnsignedByte
static UnsignedByte valueOf(SByte aValue)
Shared Function valueOf(aValue As SByte) As UnsignedByte
Parameters:
- aValue:
MASK
const MASK: SmallInt = 255;
const SmallInt MASK = 255
static let MASK: SmallInt = 255
static final SmallInt MASK = 255
Dim MASK As SmallInt = 255
MAX_VALUE
const MAX_VALUE: Byte = 255;
const Byte MAX_VALUE = 255
static let MAX_VALUE: Byte = 255
static final Byte MAX_VALUE = 255
Dim MAX_VALUE As Byte = 255
MIN_VALUE
doubleToUnsigned
Parameters:
- aValue:
floatToUnsigned
Parameters:
- aValue:
Parameters:
- aValue:
Parameters:
- aValue:
- Radix:
Parameters:
- aValue:
unsignedDivide
Parameters:
- aValue:
- aWith:
unsignedRemainder
Parameters:
- aValue:
- aWith:
unsignedToDouble
Parameters:
- aValue:
unsignedToFloat
Parameters:
- aValue:
valueOf
class method valueOf(aValue: SByte): UnsignedByte
static UnsignedByte valueOf(SByte aValue)
static func valueOf(_ aValue: SByte) -> UnsignedByte
static UnsignedByte valueOf(SByte aValue)
Shared Function valueOf(aValue As SByte) As UnsignedByte
Parameters:
- aValue:
constructor (SByte)
constructor(aValue: SByte)
UnsignedByte(SByte aValue)
init(_ aValue: SByte)
UnsignedByte(SByte aValue)
Sub New(aValue As SByte)
Parameters:
- aValue:
constructor (String)
constructor(aValue: String)
UnsignedByte(String aValue)
init(_ aValue: String)
UnsignedByte(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: UnsignedByte): Integer
Integer compareTo(UnsignedByte Value)
func compareTo(_ Value: UnsignedByte) -> Integer
Integer compareTo(UnsignedByte Value)
Function compareTo(Value As UnsignedByte) 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