Elf64Xword

Represents a 64-bit unsigned integer in ELF format. Equivalent to uint64_t in C.

Constructors

Link copied to clipboard
constructor(value: ULong)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun castToByte(): Byte
Link copied to clipboard
open fun castToInt(): Int
Link copied to clipboard
open fun castToLong(): Long
Link copied to clipboard
open fun castToShort(): Short
Link copied to clipboard
open fun castToUByte(): UByte
Link copied to clipboard
open fun castToUInt(): UInt
Link copied to clipboard
open fun castToULong(): ULong
Link copied to clipboard
open fun castToUShort(): UShort
Link copied to clipboard
open operator override fun compareTo(other: Elf64Xword): Int