library
Toggle table of contents
1.0.0-alpha01
common
Target filter
common
Switch theme
Search in API
Skip to content
library
library
/
ir.alisalimik.kotstone.model
/
Operand
/
FloatingPointOperand
Floating
Point
Operand
data
class
FloatingPointOperand
(
val
value
:
Double
,
val
access
:
AccessType
=
AccessType.READ
)
:
Operand
(
source
)
Floating-point operand
Members
Constructors
Floating
Point
Operand
Link copied to clipboard
constructor
(
value
:
Double
,
access
:
AccessType
=
AccessType.READ
)
Properties
access
Link copied to clipboard
open
override
val
access
:
AccessType
Access type for this operand (read, write, or both)
value
Link copied to clipboard
val
value
:
Double
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String