ULong

unum.ULong
See theULong companion object
final class ULong(val signed: Long) extends AnyVal

Attributes

Companion
object
Source
ulong.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def render: String
Implicitly added by ULongOps

Attributes

Source
ulong.scala
Implicitly added by ULongOps

Attributes

Source
ulong.scala
def toLong: Long
Implicitly added by ULongOps

Attributes

Source
ulong.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
ulong.scala

Concrete fields

val signed: Long

Attributes

Source
ulong.scala
val u: ULong
Implicitly added by ULongOps

Attributes

Source
ulong.scala