toggle menu
rtron
1.3.0
jvm
switch theme
search in API
rtron-model
/
io.rtron.model.roadspaces.roadspace.attribute
/
DoubleAttribute
Double
Attribute
class
DoubleAttribute
(
val
name
:
String
,
val
value
:
Double
)
:
Attribute
Attribute with a
name
containing a certain double
value
.
Members
Constructors
Double
Attribute
Link copied to clipboard
constructor
(
name
:
String
,
value
:
Double
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
value
Link copied to clipboard
val
value
:
Double