LongValue

LongValue

inline class LongValue

Holds a 64-bit integer Value.

Fields

Name Description
val unsignedValue: ULong
val value: Long

Constructors

<init>

constructor(value: Long)

Holds a 64-bit integer Value.

Parameters

Name Description
value: Long

Extensions

checkType

fun Value<*>.checkType(expected: ValueType)

Checks the receiving Value against an expected ValueType

Receiver

Name Description
Value<*>

Parameters

Name Description
expected: ValueType

ReturnValue

Name Description
Unit

isType

fun Value<*>.isType(expected: ValueType): Boolean

Checks the receiving Value against an expected ValueType

Receiver

Name Description
Value<*>

Parameters

Name Description
expected: ValueType

ReturnValue

Name Description
Boolean

CompanionObject

LongValue

inline class LongValue

Holds a 64-bit integer Value.

Fields

Name Description
val ZERO: LongValue