C# Class AK.Variable

Show 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 property

public string stringValue
return string

value public property

public double value
return double