VUnsignedInt

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Properties

Link copied to clipboard
abstract val xmlString: String

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun compareTo(other: VDecimal): Int
open operator override fun compareTo(other: VInteger): Int
open operator fun compareTo(other: VNonNegativeInteger): Int
open operator fun compareTo(other: VAllNNI): Int
open operator fun compareTo(other: VAllNNI.Value): Int
Link copied to clipboard
abstract operator fun plus(other: VNonNegativeInteger): VNonNegativeInteger
abstract operator fun plus(other: ULong): VNonNegativeInteger
Link copied to clipboard
open operator fun rangeTo(end: VAllNNI): AllNNIRange
Link copied to clipboard
abstract operator fun times(other: VNonNegativeInteger): VNonNegativeInteger
Link copied to clipboard
open fun toDouble(): Double
Link copied to clipboard
abstract override fun toInt(): Int
Link copied to clipboard
open override fun toLong(): Long
Link copied to clipboard
abstract fun toUInt(): UInt
Link copied to clipboard
open override fun toULong(): ULong
Link copied to clipboard