toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
xmlschema
/
io.github.pdvrieze.formats.xmlschema.datatypes.primitiveInstances
/
VInteger
VInteger
interface
VInteger
:
VDecimal
(
source
)
Inheritors
VNonNegativeInteger
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
xml
String
Link copied to clipboard
abstract
val
xmlString
:
String
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
VDecimal
)
:
Int
abstract
operator
fun
compareTo
(
other
:
VInteger
)
:
Int
to
Double
Link copied to clipboard
open
fun
toDouble
(
)
:
Double
to
Int
Link copied to clipboard
abstract
override
fun
toInt
(
)
:
Int
to
Long
Link copied to clipboard
abstract
override
fun
toLong
(
)
:
Long
to
VDecimal
Link copied to clipboard
open
fun
toVDecimal
(
)
:
VBigDecimal