UnsignedLong

Overview

Location

 

constructor (Int64)

 

constructor(aValue: Int64)

 

UnsignedLong(Int64 aValue)

 

init(_ aValue: Int64)

 

UnsignedLong(Int64 aValue)

 

Sub New(aValue As Int64)

Parameters:

  • aValue:

constructor (String)

 

constructor(aValue: String)

 

UnsignedLong(String aValue)

 

init(_ aValue: String)

 

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

 

Integer compareTo(UnsignedLong Value)

 

func compareTo(_ Value: UnsignedLong) -> Integer

 

Integer compareTo(UnsignedLong Value)

 

Function compareTo(Value As UnsignedLong) As Integer

Parameters:

  • Value:

doubleToUnsigned

 

class method doubleToUnsigned(aValue: Double): Int64

 

static Int64 doubleToUnsigned(Double aValue)

 

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

 

static Int64 doubleToUnsigned(Double aValue)

 

Shared Function doubleToUnsigned(aValue As Double) As Int64

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

 

static Int64 floatToUnsigned(Single aValue)

 

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

 

static Int64 floatToUnsigned(Single aValue)

 

Shared Function floatToUnsigned(aValue As Single) As Int64

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

MAX_VALUE

 

const MAX_VALUE: Int64 = -1;

 

const Int64 MAX_VALUE = -1

 

static let MAX_VALUE: Int64 = -1

 

static final Int64 MAX_VALUE = -1

 

Dim MAX_VALUE As Int64 = -1

MIN_VALUE

 

const MIN_VALUE: Int64 = 0;

 

const Int64 MIN_VALUE = 0

 

static let MIN_VALUE: Int64 = 0

 

static final Int64 MIN_VALUE = 0

 

Dim MIN_VALUE As Int64 = 0

parseLong (String): Int64

 

class method parseLong(aValue: String): Int64

 

static Int64 parseLong(String aValue)

 

static func parseLong(_ aValue: String) -> Int64

 

static Int64 parseLong(String aValue)

 

Shared Function parseLong(aValue As String) As Int64

Parameters:

  • aValue:

parseLong (String, Integer): Int64

 

class method parseLong(aValue: String; Radix: Integer): Int64

 

static Int64 parseLong(String aValue, Integer Radix)

 

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

 

static Int64 parseLong(String aValue, Integer Radix)

 

Shared Function parseLong(aValue As String, Radix As Integer) As Int64

Parameters:

  • aValue:
  • Radix:

shortValue

 

method shortValue: SmallInt

 

SmallInt shortValue()

 

func shortValue() -> SmallInt

 

SmallInt shortValue()

 

Function shortValue() As SmallInt

toBinaryString

 

class method toBinaryString(aValue: Int64): String

 

static String toBinaryString(Int64 aValue)

 

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

 

static String toBinaryString(Int64 aValue)

 

Shared Function toBinaryString(aValue As Int64) As String

Parameters:

  • aValue:

toHexString

 

class method toHexString(aValue: Int64): String

 

static String toHexString(Int64 aValue)

 

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

 

static String toHexString(Int64 aValue)

 

Shared Function toHexString(aValue As Int64) As String

Parameters:

  • aValue:

toOctalString

 

class method toOctalString(aValue: Int64): String

 

static String toOctalString(Int64 aValue)

 

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

 

static String toOctalString(Int64 aValue)

 

Shared Function toOctalString(aValue As Int64) As String

Parameters:

  • aValue:

toString

 

method toString: String

 

String toString()

 

func toString() -> String

 

String toString()

 

Function toString() As String

toString (Int64): String

 

class method toString(aValue: Int64): String

 

static String toString(Int64 aValue)

 

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

 

static String toString(Int64 aValue)

 

Shared Function toString(aValue As Int64) As String

Parameters:

  • aValue:

toString (Int64, Integer): String

 

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

 

static String toString(Int64 aValue, Integer Radix)

 

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

 

static String toString(Int64 aValue, Integer Radix)

 

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

Parameters:

  • aValue:
  • Radix:

unsignedDivide

 

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

 

static Int64 unsignedDivide(Int64 aValue, Int64 aWith)

 

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

 

static Int64 unsignedDivide(Int64 aValue, Int64 aWith)

 

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

Parameters:

  • aValue:
  • aWith:

unsignedRemainder

 

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

 

static Int64 unsignedRemainder(Int64 aValue, Int64 aWith)

 

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

 

static Int64 unsignedRemainder(Int64 aValue, Int64 aWith)

 

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

Parameters:

  • aValue:
  • aWith:

unsignedToDouble

 

class method unsignedToDouble(aValue: Int64): Double

 

static Double unsignedToDouble(Int64 aValue)

 

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

 

static Double unsignedToDouble(Int64 aValue)

 

Shared Function unsignedToDouble(aValue As Int64) As Double

Parameters:

  • aValue:

unsignedToFloat

 

class method unsignedToFloat(aValue: Int64): Single

 

static Single unsignedToFloat(Int64 aValue)

 

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

 

static Single unsignedToFloat(Int64 aValue)

 

Shared Function unsignedToFloat(aValue As Int64) As Single

Parameters:

  • aValue:

valueOf

 

class method valueOf(aValue: Int64): UnsignedLong

 

static UnsignedLong valueOf(Int64 aValue)

 

static func valueOf(_ aValue: Int64) -> UnsignedLong

 

static UnsignedLong valueOf(Int64 aValue)

 

Shared Function valueOf(aValue As Int64) As UnsignedLong

Parameters:

  • aValue:

 

MAX_VALUE

 

const MAX_VALUE: Int64 = -1;

 

const Int64 MAX_VALUE = -1

 

static let MAX_VALUE: Int64 = -1

 

static final Int64 MAX_VALUE = -1

 

Dim MAX_VALUE As Int64 = -1

MIN_VALUE

 

const MIN_VALUE: Int64 = 0;

 

const Int64 MIN_VALUE = 0

 

static let MIN_VALUE: Int64 = 0

 

static final Int64 MIN_VALUE = 0

 

Dim MIN_VALUE As Int64 = 0

 

doubleToUnsigned

 

class method doubleToUnsigned(aValue: Double): Int64

 

static Int64 doubleToUnsigned(Double aValue)

 

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

 

static Int64 doubleToUnsigned(Double aValue)

 

Shared Function doubleToUnsigned(aValue As Double) As Int64

Parameters:

  • aValue:

floatToUnsigned

 

class method floatToUnsigned(aValue: Single): Int64

 

static Int64 floatToUnsigned(Single aValue)

 

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

 

static Int64 floatToUnsigned(Single aValue)

 

Shared Function floatToUnsigned(aValue As Single) As Int64

Parameters:

  • aValue:

parseLong (String): Int64

 

class method parseLong(aValue: String): Int64

 

static Int64 parseLong(String aValue)

 

static func parseLong(_ aValue: String) -> Int64

 

static Int64 parseLong(String aValue)

 

Shared Function parseLong(aValue As String) As Int64

Parameters:

  • aValue:

parseLong (String, Integer): Int64

 

class method parseLong(aValue: String; Radix: Integer): Int64

 

static Int64 parseLong(String aValue, Integer Radix)

 

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

 

static Int64 parseLong(String aValue, Integer Radix)

 

Shared Function parseLong(aValue As String, Radix As Integer) As Int64

Parameters:

  • aValue:
  • Radix:

toBinaryString

 

class method toBinaryString(aValue: Int64): String

 

static String toBinaryString(Int64 aValue)

 

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

 

static String toBinaryString(Int64 aValue)

 

Shared Function toBinaryString(aValue As Int64) As String

Parameters:

  • aValue:

toHexString

 

class method toHexString(aValue: Int64): String

 

static String toHexString(Int64 aValue)

 

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

 

static String toHexString(Int64 aValue)

 

Shared Function toHexString(aValue As Int64) As String

Parameters:

  • aValue:

toOctalString

 

class method toOctalString(aValue: Int64): String

 

static String toOctalString(Int64 aValue)

 

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

 

static String toOctalString(Int64 aValue)

 

Shared Function toOctalString(aValue As Int64) As String

Parameters:

  • aValue:

toString (Int64): String

 

class method toString(aValue: Int64): String

 

static String toString(Int64 aValue)

 

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

 

static String toString(Int64 aValue)

 

Shared Function toString(aValue As Int64) As String

Parameters:

  • aValue:

toString (Int64, Integer): String

 

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

 

static String toString(Int64 aValue, Integer Radix)

 

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

 

static String toString(Int64 aValue, Integer Radix)

 

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

Parameters:

  • aValue:
  • Radix:

unsignedDivide

 

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

 

static Int64 unsignedDivide(Int64 aValue, Int64 aWith)

 

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

 

static Int64 unsignedDivide(Int64 aValue, Int64 aWith)

 

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

Parameters:

  • aValue:
  • aWith:

unsignedRemainder

 

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

 

static Int64 unsignedRemainder(Int64 aValue, Int64 aWith)

 

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

 

static Int64 unsignedRemainder(Int64 aValue, Int64 aWith)

 

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

Parameters:

  • aValue:
  • aWith:

unsignedToDouble

 

class method unsignedToDouble(aValue: Int64): Double

 

static Double unsignedToDouble(Int64 aValue)

 

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

 

static Double unsignedToDouble(Int64 aValue)

 

Shared Function unsignedToDouble(aValue As Int64) As Double

Parameters:

  • aValue:

unsignedToFloat

 

class method unsignedToFloat(aValue: Int64): Single

 

static Single unsignedToFloat(Int64 aValue)

 

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

 

static Single unsignedToFloat(Int64 aValue)

 

Shared Function unsignedToFloat(aValue As Int64) As Single

Parameters:

  • aValue:

valueOf

 

class method valueOf(aValue: Int64): UnsignedLong

 

static UnsignedLong valueOf(Int64 aValue)

 

static func valueOf(_ aValue: Int64) -> UnsignedLong

 

static UnsignedLong valueOf(Int64 aValue)

 

Shared Function valueOf(aValue As Int64) As UnsignedLong

Parameters:

  • aValue:

 

constructor (Int64)

 

constructor(aValue: Int64)

 

UnsignedLong(Int64 aValue)

 

init(_ aValue: Int64)

 

UnsignedLong(Int64 aValue)

 

Sub New(aValue As Int64)

Parameters:

  • aValue:

constructor (String)

 

constructor(aValue: String)

 

UnsignedLong(String aValue)

 

init(_ aValue: String)

 

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

 

Integer compareTo(UnsignedLong Value)

 

func compareTo(_ Value: UnsignedLong) -> Integer

 

Integer compareTo(UnsignedLong Value)

 

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