UnsignedInteger

Overview

Location

 

constructor (Integer)

 

constructor(aValue: Integer)

 

UnsignedInteger(Integer aValue)

 

init(_ aValue: Integer)

 

UnsignedInteger(Integer aValue)

 

Sub New(aValue As Integer)

Parameters:

  • aValue:

constructor (String)

 

constructor(aValue: String)

 

UnsignedInteger(String aValue)

 

init(_ aValue: String)

 

UnsignedInteger(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: UnsignedInteger): Integer

 

Integer compareTo(UnsignedInteger Value)

 

func compareTo(_ Value: UnsignedInteger) -> Integer

 

Integer compareTo(UnsignedInteger Value)

 

Function compareTo(Value As UnsignedInteger) As Integer

Parameters:

  • Value:

doubleToUnsigned

 

class method doubleToUnsigned(aValue: Double): Integer

 

static Integer doubleToUnsigned(Double aValue)

 

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

 

static Integer doubleToUnsigned(Double aValue)

 

Shared Function doubleToUnsigned(aValue As Double) As Integer

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

 

static Integer floatToUnsigned(Single aValue)

 

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

 

static Integer floatToUnsigned(Single aValue)

 

Shared Function floatToUnsigned(aValue As Single) As Integer

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: Int64 = 4294967295;

 

const Int64 MASK = 4294967295

 

static let MASK: Int64 = 4294967295

 

static final Int64 MASK = 4294967295

 

Dim MASK As Int64 = 4294967295

MAX_VALUE

 

const MAX_VALUE: Integer = -1;

 

const Integer MAX_VALUE = -1

 

static let MAX_VALUE: Integer = -1

 

static final Integer MAX_VALUE = -1

 

Dim MAX_VALUE As Integer = -1

MIN_VALUE

 

const MIN_VALUE: Integer = 0;

 

const Integer MIN_VALUE = 0

 

static let MIN_VALUE: Integer = 0

 

static final Integer MIN_VALUE = 0

 

Dim MIN_VALUE As Integer = 0

parseInt (String): Integer

 

class method parseInt(aValue: String): Integer

 

static Integer parseInt(String aValue)

 

static func parseInt(_ aValue: String) -> Integer

 

static Integer parseInt(String aValue)

 

Shared Function parseInt(aValue As String) As Integer

Parameters:

  • aValue:

parseInt (String, Integer): Integer

 

class method parseInt(aValue: String; Radix: Integer): Integer

 

static Integer parseInt(String aValue, Integer Radix)

 

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

 

static Integer parseInt(String aValue, Integer Radix)

 

Shared Function parseInt(aValue As String, Radix As Integer) As Integer

Parameters:

  • aValue:
  • Radix:

shortValue

 

method shortValue: SmallInt

 

SmallInt shortValue()

 

func shortValue() -> SmallInt

 

SmallInt shortValue()

 

Function shortValue() As SmallInt

toBinaryString

 

class method toBinaryString(aValue: Integer): String

 

static String toBinaryString(Integer aValue)

 

static func toBinaryString(_ aValue: Integer) -> String

 

static String toBinaryString(Integer aValue)

 

Shared Function toBinaryString(aValue As Integer) As String

Parameters:

  • aValue:

toHexString

 

class method toHexString(aValue: Integer): String

 

static String toHexString(Integer aValue)

 

static func toHexString(_ aValue: Integer) -> String

 

static String toHexString(Integer aValue)

 

Shared Function toHexString(aValue As Integer) As String

Parameters:

  • aValue:

toOctalString

 

class method toOctalString(aValue: Integer): String

 

static String toOctalString(Integer aValue)

 

static func toOctalString(_ aValue: Integer) -> String

 

static String toOctalString(Integer aValue)

 

Shared Function toOctalString(aValue As Integer) As String

Parameters:

  • aValue:

toString

 

method toString: String

 

String toString()

 

func toString() -> String

 

String toString()

 

Function toString() As String

toString (Integer): String

 

class method toString(aValue: Integer): String

 

static String toString(Integer aValue)

 

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

 

static String toString(Integer aValue)

 

Shared Function toString(aValue As Integer) As String

Parameters:

  • aValue:

toString (Integer, Integer): String

 

class method toString(aValue: Integer; Radix: Integer): String

 

static String toString(Integer aValue, Integer Radix)

 

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

 

static String toString(Integer aValue, Integer Radix)

 

Shared Function toString(aValue As Integer, Radix As Integer) As String

Parameters:

  • aValue:
  • Radix:

unsignedDivide

 

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

 

static Integer unsignedDivide(Integer aValue, Integer aWith)

 

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

 

static Integer unsignedDivide(Integer aValue, Integer aWith)

 

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

Parameters:

  • aValue:
  • aWith:

unsignedRemainder

 

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

 

static Integer unsignedRemainder(Integer aValue, Integer aWith)

 

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

 

static Integer unsignedRemainder(Integer aValue, Integer aWith)

 

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

Parameters:

  • aValue:
  • aWith:

unsignedToDouble

 

class method unsignedToDouble(aValue: Integer): Double

 

static Double unsignedToDouble(Integer aValue)

 

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

 

static Double unsignedToDouble(Integer aValue)

 

Shared Function unsignedToDouble(aValue As Integer) As Double

Parameters:

  • aValue:

unsignedToFloat

 

class method unsignedToFloat(aValue: Integer): Single

 

static Single unsignedToFloat(Integer aValue)

 

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

 

static Single unsignedToFloat(Integer aValue)

 

Shared Function unsignedToFloat(aValue As Integer) As Single

Parameters:

  • aValue:

valueOf

 

class method valueOf(aValue: Integer): UnsignedInteger

 

static UnsignedInteger valueOf(Integer aValue)

 

static func valueOf(_ aValue: Integer) -> UnsignedInteger

 

static UnsignedInteger valueOf(Integer aValue)

 

Shared Function valueOf(aValue As Integer) As UnsignedInteger

Parameters:

  • aValue:

 

MASK

 

const MASK: Int64 = 4294967295;

 

const Int64 MASK = 4294967295

 

static let MASK: Int64 = 4294967295

 

static final Int64 MASK = 4294967295

 

Dim MASK As Int64 = 4294967295

MAX_VALUE

 

const MAX_VALUE: Integer = -1;

 

const Integer MAX_VALUE = -1

 

static let MAX_VALUE: Integer = -1

 

static final Integer MAX_VALUE = -1

 

Dim MAX_VALUE As Integer = -1

MIN_VALUE

 

const MIN_VALUE: Integer = 0;

 

const Integer MIN_VALUE = 0

 

static let MIN_VALUE: Integer = 0

 

static final Integer MIN_VALUE = 0

 

Dim MIN_VALUE As Integer = 0

 

doubleToUnsigned

 

class method doubleToUnsigned(aValue: Double): Integer

 

static Integer doubleToUnsigned(Double aValue)

 

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

 

static Integer doubleToUnsigned(Double aValue)

 

Shared Function doubleToUnsigned(aValue As Double) As Integer

Parameters:

  • aValue:

floatToUnsigned

 

class method floatToUnsigned(aValue: Single): Integer

 

static Integer floatToUnsigned(Single aValue)

 

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

 

static Integer floatToUnsigned(Single aValue)

 

Shared Function floatToUnsigned(aValue As Single) As Integer

Parameters:

  • aValue:

parseInt (String): Integer

 

class method parseInt(aValue: String): Integer

 

static Integer parseInt(String aValue)

 

static func parseInt(_ aValue: String) -> Integer

 

static Integer parseInt(String aValue)

 

Shared Function parseInt(aValue As String) As Integer

Parameters:

  • aValue:

parseInt (String, Integer): Integer

 

class method parseInt(aValue: String; Radix: Integer): Integer

 

static Integer parseInt(String aValue, Integer Radix)

 

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

 

static Integer parseInt(String aValue, Integer Radix)

 

Shared Function parseInt(aValue As String, Radix As Integer) As Integer

Parameters:

  • aValue:
  • Radix:

toBinaryString

 

class method toBinaryString(aValue: Integer): String

 

static String toBinaryString(Integer aValue)

 

static func toBinaryString(_ aValue: Integer) -> String

 

static String toBinaryString(Integer aValue)

 

Shared Function toBinaryString(aValue As Integer) As String

Parameters:

  • aValue:

toHexString

 

class method toHexString(aValue: Integer): String

 

static String toHexString(Integer aValue)

 

static func toHexString(_ aValue: Integer) -> String

 

static String toHexString(Integer aValue)

 

Shared Function toHexString(aValue As Integer) As String

Parameters:

  • aValue:

toOctalString

 

class method toOctalString(aValue: Integer): String

 

static String toOctalString(Integer aValue)

 

static func toOctalString(_ aValue: Integer) -> String

 

static String toOctalString(Integer aValue)

 

Shared Function toOctalString(aValue As Integer) As String

Parameters:

  • aValue:

toString (Integer): String

 

class method toString(aValue: Integer): String

 

static String toString(Integer aValue)

 

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

 

static String toString(Integer aValue)

 

Shared Function toString(aValue As Integer) As String

Parameters:

  • aValue:

toString (Integer, Integer): String

 

class method toString(aValue: Integer; Radix: Integer): String

 

static String toString(Integer aValue, Integer Radix)

 

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

 

static String toString(Integer aValue, Integer Radix)

 

Shared Function toString(aValue As Integer, Radix As Integer) As String

Parameters:

  • aValue:
  • Radix:

unsignedDivide

 

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

 

static Integer unsignedDivide(Integer aValue, Integer aWith)

 

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

 

static Integer unsignedDivide(Integer aValue, Integer aWith)

 

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

Parameters:

  • aValue:
  • aWith:

unsignedRemainder

 

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

 

static Integer unsignedRemainder(Integer aValue, Integer aWith)

 

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

 

static Integer unsignedRemainder(Integer aValue, Integer aWith)

 

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

Parameters:

  • aValue:
  • aWith:

unsignedToDouble

 

class method unsignedToDouble(aValue: Integer): Double

 

static Double unsignedToDouble(Integer aValue)

 

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

 

static Double unsignedToDouble(Integer aValue)

 

Shared Function unsignedToDouble(aValue As Integer) As Double

Parameters:

  • aValue:

unsignedToFloat

 

class method unsignedToFloat(aValue: Integer): Single

 

static Single unsignedToFloat(Integer aValue)

 

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

 

static Single unsignedToFloat(Integer aValue)

 

Shared Function unsignedToFloat(aValue As Integer) As Single

Parameters:

  • aValue:

valueOf

 

class method valueOf(aValue: Integer): UnsignedInteger

 

static UnsignedInteger valueOf(Integer aValue)

 

static func valueOf(_ aValue: Integer) -> UnsignedInteger

 

static UnsignedInteger valueOf(Integer aValue)

 

Shared Function valueOf(aValue As Integer) As UnsignedInteger

Parameters:

  • aValue:

 

constructor (Integer)

 

constructor(aValue: Integer)

 

UnsignedInteger(Integer aValue)

 

init(_ aValue: Integer)

 

UnsignedInteger(Integer aValue)

 

Sub New(aValue As Integer)

Parameters:

  • aValue:

constructor (String)

 

constructor(aValue: String)

 

UnsignedInteger(String aValue)

 

init(_ aValue: String)

 

UnsignedInteger(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: UnsignedInteger): Integer

 

Integer compareTo(UnsignedInteger Value)

 

func compareTo(_ Value: UnsignedInteger) -> Integer

 

Integer compareTo(UnsignedInteger Value)

 

Function compareTo(Value As UnsignedInteger) 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