toggle menu
zinc-grader
2024.01.99
jvm
switch theme
search in API
docker-virt
/
dev.ust.zinc.grader.virtualization.docker.imaging
/
CUDAVersion
CUDAVersion
class
CUDAVersion
(
major
:
BigInteger
,
minor
:
BigInteger
,
patch
:
BigInteger
)
:
SemVer
Members
Constructors
CUDAVersion
Link copied to clipboard
constructor
(
major
:
ULong
,
minor
:
ULong
,
patch
:
ULong
)
constructor
(
major
:
BigInteger
,
minor
:
BigInteger
,
patch
:
BigInteger
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
build
Metadata
Link copied to clipboard
val
buildMetadata
:
String
?
major
Link copied to clipboard
val
major
:
BigInteger
minor
Link copied to clipboard
val
minor
:
BigInteger
patch
Link copied to clipboard
val
patch
:
BigInteger
prerel
Link copied to clipboard
val
prerel
:
String
?
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
SemVer
)
:
Int
equals
Link copied to clipboard
fun
equals
(
other
:
SemVer
)
:
Boolean
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
is
Initial
Dev
Link copied to clipboard
fun
isInitialDev
(
)
:
Boolean
is
Prerelease
Link copied to clipboard
fun
isPrerelease
(
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String