Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
AK
Variable
C# Class AK.Variable
Mostra file
Open project: akuukka/ExpressionSolver
Class Usage Examples
Public Properties
Property
Type
Description
stringValue
string
value
double
Public Methods
Method
Description
Variable
(
string
name
)
Variable
(
string
name
,
double
v
)
Variable
(
string
name
,
string
s
)
Method Details
Variable()
public
method
public
Variable
(
string
name
)
name
string
Variable()
public
method
public
Variable
(
string
name
,
double
v
)
name
string
v
double
Variable()
public
method
public
Variable
(
string
name
,
string
s
)
name
string
s
string
Property Details
stringValue
public_oe property
public
string
stringValue
return
string
value
public_oe property
public
double
value
return
double