UnsignedShort

Overview

Location

 

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

 

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

 

Double doubleValue()

 

func doubleValue() -> Double

 

Double doubleValue()

 

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

 

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

parseShort (String): SmallInt

 

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:

parseShort (String, Integer): SmallInt

 

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

 

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

toString (SmallInt): 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

 

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

 

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:

parseShort (String): SmallInt

 

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:

parseShort (String, Integer): SmallInt

 

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:

toString (SmallInt): 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:

 

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

 

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

 

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

 

method toString: String

 

String toString()

 

func toString() -> String

 

String toString()

 

Function toString() As String