Kone
Toggle table of contents
0.0.0-experiment
common
Platform filter
common
Switch theme
Search in API
Kone
kone.polynomial
/
dev.lounres.kone.polynomial
/
LabeledVariable
Labeled
Variable
@
JvmInline
value
class
LabeledVariable
(
val
name
:
String
)
(
source
)
Members
Members & Extensions
Constructors
Labeled
Variable
Link copied to clipboard
constructor
(
name
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
Functions
as
Labeled
Polynomial
Link copied to clipboard
inline
fun
<
C
>
LabeledVariable
.
asLabeledPolynomial
(
)
:
LabeledPolynomial
<
C
>
as
Labeled
Rational
Function
Link copied to clipboard
fun
<
C
>
LabeledVariable
.
asLabeledRationalFunction
(
)
:
LabeledRationalFunction
<
C
>
get
Value
Link copied to clipboard
operator
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
LabeledVariable
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String