Overview

Location

constructor(aValue: SmallInt)
UnsignedShort(SmallInt aValue)
UnsignedShort(SmallInt aValue)
Sub New(aValue As SmallInt)

Parameters:

  • aValue:

constructor(aValue: String)
UnsignedShort(String aValue)
UnsignedShort(String aValue)
Sub New(aValue As String)

Parameters:

  • aValue:

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

class method doubleToUnsigned(aValue: Double): SmallInt
static SmallInt doubleToUnsigned(Double aValue)
static func doubleToUnsigned(_ aValue: Double) -> SmallInt
static SmallInt doubleToUnsigned(Double aValue)
Shared Function doubleToUnsigned(aValue As Double) As SmallInt

Parameters:

  • aValue:

doubleValue

method doubleValue: Double
func doubleValue() -> Double
Function doubleValue() As Double

equals

method equals(aOther: Object): Boolean
Boolean equals(Object aOther)
func equals(_ aOther: Object) -> Boolean
Boolean equals(Object aOther)
Function equals(aOther As Object) As Boolean

Parameters:

  • aOther:

floatToUnsigned

class method floatToUnsigned(aValue: Single): SmallInt
static SmallInt floatToUnsigned(Single aValue)
static func floatToUnsigned(_ aValue: Single) -> SmallInt
static SmallInt floatToUnsigned(Single aValue)
Shared Function floatToUnsigned(aValue As Single) As SmallInt

Parameters:

  • aValue:

floatValue

method floatValue: Single
func floatValue() -> Single
Function floatValue() As Single

hashCode

func hashCode() -> Integer
Function hashCode() As Integer

intValue

func intValue() -> Integer
Function intValue() As Integer

longValue

func longValue() -> Int64
Function longValue() As Int64

MASK

const MASK: Integer = 65535
const Integer MASK = 65535
static let MASK: Integer = 65535
static final Integer MASK = 65535
Const 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
Const 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
Const MIN_VALUE As SmallInt = 0

class method parseShort(aValue: String): SmallInt
static SmallInt parseShort(String aValue)
static func parseShort(_ aValue: String) -> SmallInt
static SmallInt parseShort(String aValue)
Shared Function parseShort(aValue As String) As SmallInt

Parameters:

  • aValue:

class method parseShort(aValue: String; Radix: Integer): SmallInt
static SmallInt parseShort(String aValue, Integer Radix)
static func parseShort(_ aValue: String, _ Radix: Integer) -> SmallInt
static SmallInt parseShort(String aValue, Integer Radix)
Shared Function parseShort(aValue As String, Radix As Integer) As SmallInt

Parameters:

  • aValue:
  • Radix:

shortValue

method shortValue: SmallInt
func shortValue() -> SmallInt
Function shortValue() As SmallInt

toString

func toString() -> String
Function toString() As String

class method toString(aValue: SmallInt): String
static String toString(SmallInt aValue)
static func toString(_ aValue: SmallInt) -> String
static String toString(SmallInt aValue)
Shared Function toString(aValue As SmallInt) As String

Parameters:

  • aValue:

unsignedDivide

class method unsignedDivide(aValue: SmallInt; aWith: SmallInt): SmallInt
static SmallInt unsignedDivide(SmallInt aValue, SmallInt aWith)
static func unsignedDivide(_ aValue: SmallInt, _ aWith: SmallInt) -> SmallInt
static SmallInt unsignedDivide(SmallInt aValue, SmallInt aWith)
Shared Function unsignedDivide(aValue As SmallInt, aWith As SmallInt) As SmallInt

Parameters:

  • aValue:
  • aWith:

unsignedRemainder

class method unsignedRemainder(aValue: SmallInt; aWith: SmallInt): SmallInt
static SmallInt unsignedRemainder(SmallInt aValue, SmallInt aWith)
static func unsignedRemainder(_ aValue: SmallInt, _ aWith: SmallInt) -> SmallInt
static SmallInt unsignedRemainder(SmallInt aValue, SmallInt aWith)
Shared Function unsignedRemainder(aValue As SmallInt, aWith As SmallInt) As SmallInt

Parameters:

  • aValue:
  • aWith:

unsignedToDouble

class method unsignedToDouble(aValue: SmallInt): Double
static Double unsignedToDouble(SmallInt aValue)
static func unsignedToDouble(_ aValue: SmallInt) -> Double
static Double unsignedToDouble(SmallInt aValue)
Shared Function unsignedToDouble(aValue As SmallInt) As Double

Parameters:

  • aValue:

unsignedToFloat

class method unsignedToFloat(aValue: SmallInt): Single
static Single unsignedToFloat(SmallInt aValue)
static func unsignedToFloat(_ aValue: SmallInt) -> Single
static Single unsignedToFloat(SmallInt aValue)
Shared Function unsignedToFloat(aValue As SmallInt) As Single

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
Const 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
Const 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
Const MIN_VALUE As SmallInt = 0

doubleToUnsigned

class method doubleToUnsigned(aValue: Double): SmallInt
static SmallInt doubleToUnsigned(Double aValue)
static func doubleToUnsigned(_ aValue: Double) -> SmallInt
static SmallInt doubleToUnsigned(Double aValue)
Shared Function doubleToUnsigned(aValue As Double) As SmallInt

Parameters:

  • aValue:

floatToUnsigned

class method floatToUnsigned(aValue: Single): SmallInt
static SmallInt floatToUnsigned(Single aValue)
static func floatToUnsigned(_ aValue: Single) -> SmallInt
static SmallInt floatToUnsigned(Single aValue)
Shared Function floatToUnsigned(aValue As Single) As SmallInt

Parameters:

  • aValue:

class method parseShort(aValue: String): SmallInt
static SmallInt parseShort(String aValue)
static func parseShort(_ aValue: String) -> SmallInt
static SmallInt parseShort(String aValue)
Shared Function parseShort(aValue As String) As SmallInt

Parameters:

  • aValue:

class method parseShort(aValue: String; Radix: Integer): SmallInt
static SmallInt parseShort(String aValue, Integer Radix)
static func parseShort(_ aValue: String, _ Radix: Integer) -> SmallInt
static SmallInt parseShort(String aValue, Integer Radix)
Shared Function parseShort(aValue As String, Radix As Integer) As SmallInt

Parameters:

  • aValue:
  • Radix:

class method toString(aValue: SmallInt): String
static String toString(SmallInt aValue)
static func toString(_ aValue: SmallInt) -> String
static String toString(SmallInt aValue)
Shared Function toString(aValue As SmallInt) As String

Parameters:

  • aValue:

unsignedDivide

class method unsignedDivide(aValue: SmallInt; aWith: SmallInt): SmallInt
static SmallInt unsignedDivide(SmallInt aValue, SmallInt aWith)
static func unsignedDivide(_ aValue: SmallInt, _ aWith: SmallInt) -> SmallInt
static SmallInt unsignedDivide(SmallInt aValue, SmallInt aWith)
Shared Function unsignedDivide(aValue As SmallInt, aWith As SmallInt) As SmallInt

Parameters:

  • aValue:
  • aWith:

unsignedRemainder

class method unsignedRemainder(aValue: SmallInt; aWith: SmallInt): SmallInt
static SmallInt unsignedRemainder(SmallInt aValue, SmallInt aWith)
static func unsignedRemainder(_ aValue: SmallInt, _ aWith: SmallInt) -> SmallInt
static SmallInt unsignedRemainder(SmallInt aValue, SmallInt aWith)
Shared Function unsignedRemainder(aValue As SmallInt, aWith As SmallInt) As SmallInt

Parameters:

  • aValue:
  • aWith:

unsignedToDouble

class method unsignedToDouble(aValue: SmallInt): Double
static Double unsignedToDouble(SmallInt aValue)
static func unsignedToDouble(_ aValue: SmallInt) -> Double
static Double unsignedToDouble(SmallInt aValue)
Shared Function unsignedToDouble(aValue As SmallInt) As Double

Parameters:

  • aValue:

unsignedToFloat

class method unsignedToFloat(aValue: SmallInt): Single
static Single unsignedToFloat(SmallInt aValue)
static func unsignedToFloat(_ aValue: SmallInt) -> Single
static Single unsignedToFloat(SmallInt aValue)
Shared Function unsignedToFloat(aValue As SmallInt) As Single

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(aValue: SmallInt)
UnsignedShort(SmallInt aValue)
UnsignedShort(SmallInt aValue)
Sub New(aValue As SmallInt)

Parameters:

  • aValue:

constructor(aValue: String)
UnsignedShort(String aValue)
UnsignedShort(String aValue)
Sub New(aValue As String)

Parameters:

  • aValue:

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
func doubleValue() -> Double
Function doubleValue() As Double

equals

method equals(aOther: Object): Boolean
Boolean equals(Object aOther)
func equals(_ aOther: Object) -> Boolean
Boolean equals(Object aOther)
Function equals(aOther As Object) As Boolean

Parameters:

  • aOther:

floatValue

method floatValue: Single
func floatValue() -> Single
Function floatValue() As Single

hashCode

func hashCode() -> Integer
Function hashCode() As Integer

intValue

func intValue() -> Integer
Function intValue() As Integer

longValue

func longValue() -> Int64
Function longValue() As Int64

shortValue

method shortValue: SmallInt
func shortValue() -> SmallInt
Function shortValue() As SmallInt

toString

func toString() -> String
Function toString() As String