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