UnsignedByte

Overview

Location

 

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

 

class method doubleToUnsigned(aValue: Double): SByte

 

static SByte doubleToUnsigned(Double aValue)

 

static func doubleToUnsigned(_ aValue: Double) -> SByte

 

static SByte doubleToUnsigned(Double aValue)

 

Shared Function doubleToUnsigned(aValue As Double) As SByte

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): SByte

 

static SByte floatToUnsigned(Single aValue)

 

static func floatToUnsigned(_ aValue: Single) -> SByte

 

static SByte floatToUnsigned(Single aValue)

 

Shared Function floatToUnsigned(aValue As Single) As SByte

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

parseByte (String): SByte

 

class method parseByte(aValue: String): SByte

 

static SByte parseByte(String aValue)

 

static func parseByte(_ aValue: String) -> SByte

 

static SByte parseByte(String aValue)

 

Shared Function parseByte(aValue As String) As SByte

Parameters:

  • aValue:

parseByte (String, Integer): SByte

 

class method parseByte(aValue: String; Radix: Integer): SByte

 

static SByte parseByte(String aValue, Integer Radix)

 

static func parseByte(_ aValue: String, _ Radix: Integer) -> SByte

 

static SByte parseByte(String aValue, Integer Radix)

 

Shared Function parseByte(aValue As String, Radix As Integer) As SByte

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 (SByte): String

 

class method toString(aValue: SByte): String

 

static String toString(SByte aValue)

 

static func toString(_ aValue: SByte) -> String

 

static String toString(SByte aValue)

 

Shared Function toString(aValue As SByte) As String

Parameters:

  • aValue:

unsignedDivide

 

class method unsignedDivide(aValue: SByte; aWith: SByte): SByte

 

static SByte unsignedDivide(SByte aValue, SByte aWith)

 

static func unsignedDivide(_ aValue: SByte, _ aWith: SByte) -> SByte

 

static SByte unsignedDivide(SByte aValue, SByte aWith)

 

Shared Function unsignedDivide(aValue As SByte, aWith As SByte) As SByte

Parameters:

  • aValue:
  • aWith:

unsignedRemainder

 

class method unsignedRemainder(aValue: SByte; aWith: SByte): SByte

 

static SByte unsignedRemainder(SByte aValue, SByte aWith)

 

static func unsignedRemainder(_ aValue: SByte, _ aWith: SByte) -> SByte

 

static SByte unsignedRemainder(SByte aValue, SByte aWith)

 

Shared Function unsignedRemainder(aValue As SByte, aWith As SByte) As SByte

Parameters:

  • aValue:
  • aWith:

unsignedToDouble

 

class method unsignedToDouble(aValue: SByte): Double

 

static Double unsignedToDouble(SByte aValue)

 

static func unsignedToDouble(_ aValue: SByte) -> Double

 

static Double unsignedToDouble(SByte aValue)

 

Shared Function unsignedToDouble(aValue As SByte) As Double

Parameters:

  • aValue:

unsignedToFloat

 

class method unsignedToFloat(aValue: SByte): Single

 

static Single unsignedToFloat(SByte aValue)

 

static func unsignedToFloat(_ aValue: SByte) -> Single

 

static Single unsignedToFloat(SByte aValue)

 

Shared Function unsignedToFloat(aValue As SByte) As Single

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

 

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

 

doubleToUnsigned

 

class method doubleToUnsigned(aValue: Double): SByte

 

static SByte doubleToUnsigned(Double aValue)

 

static func doubleToUnsigned(_ aValue: Double) -> SByte

 

static SByte doubleToUnsigned(Double aValue)

 

Shared Function doubleToUnsigned(aValue As Double) As SByte

Parameters:

  • aValue:

floatToUnsigned

 

class method floatToUnsigned(aValue: Single): SByte

 

static SByte floatToUnsigned(Single aValue)

 

static func floatToUnsigned(_ aValue: Single) -> SByte

 

static SByte floatToUnsigned(Single aValue)

 

Shared Function floatToUnsigned(aValue As Single) As SByte

Parameters:

  • aValue:

parseByte (String): SByte

 

class method parseByte(aValue: String): SByte

 

static SByte parseByte(String aValue)

 

static func parseByte(_ aValue: String) -> SByte

 

static SByte parseByte(String aValue)

 

Shared Function parseByte(aValue As String) As SByte

Parameters:

  • aValue:

parseByte (String, Integer): SByte

 

class method parseByte(aValue: String; Radix: Integer): SByte

 

static SByte parseByte(String aValue, Integer Radix)

 

static func parseByte(_ aValue: String, _ Radix: Integer) -> SByte

 

static SByte parseByte(String aValue, Integer Radix)

 

Shared Function parseByte(aValue As String, Radix As Integer) As SByte

Parameters:

  • aValue:
  • Radix:

toString (SByte): String

 

class method toString(aValue: SByte): String

 

static String toString(SByte aValue)

 

static func toString(_ aValue: SByte) -> String

 

static String toString(SByte aValue)

 

Shared Function toString(aValue As SByte) As String

Parameters:

  • aValue:

unsignedDivide

 

class method unsignedDivide(aValue: SByte; aWith: SByte): SByte

 

static SByte unsignedDivide(SByte aValue, SByte aWith)

 

static func unsignedDivide(_ aValue: SByte, _ aWith: SByte) -> SByte

 

static SByte unsignedDivide(SByte aValue, SByte aWith)

 

Shared Function unsignedDivide(aValue As SByte, aWith As SByte) As SByte

Parameters:

  • aValue:
  • aWith:

unsignedRemainder

 

class method unsignedRemainder(aValue: SByte; aWith: SByte): SByte

 

static SByte unsignedRemainder(SByte aValue, SByte aWith)

 

static func unsignedRemainder(_ aValue: SByte, _ aWith: SByte) -> SByte

 

static SByte unsignedRemainder(SByte aValue, SByte aWith)

 

Shared Function unsignedRemainder(aValue As SByte, aWith As SByte) As SByte

Parameters:

  • aValue:
  • aWith:

unsignedToDouble

 

class method unsignedToDouble(aValue: SByte): Double

 

static Double unsignedToDouble(SByte aValue)

 

static func unsignedToDouble(_ aValue: SByte) -> Double

 

static Double unsignedToDouble(SByte aValue)

 

Shared Function unsignedToDouble(aValue As SByte) As Double

Parameters:

  • aValue:

unsignedToFloat

 

class method unsignedToFloat(aValue: SByte): Single

 

static Single unsignedToFloat(SByte aValue)

 

static func unsignedToFloat(_ aValue: SByte) -> Single

 

static Single unsignedToFloat(SByte aValue)

 

Shared Function unsignedToFloat(aValue As SByte) As Single

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

 

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