C# Class AK.Symbol

Afficher le fichier Open project: akuukka/ExpressionSolver Class Usage Examples

Méthodes publiques

Свойство Type Description
_value double
ptr object
type SymbolType

Méthodes publiques

Méthode Description
CopyValuesFrom ( Symbol o ) : void
IsImmutableConstant ( ) : bool
IsMonome ( ) : bool
IsRealValueType ( ) : bool
IsStringType ( ) : bool
Simplify ( ) : void
Symbol ( CustomFunction func ) : System.Collections
Symbol ( SymbolList subExpression ) : System.Collections
Symbol ( SymbolType type ) : System.Collections
Symbol ( SymbolType type, double va ) : System.Collections
Symbol ( Variable ptrToConstValue ) : System.Collections
Symbol ( double value ) : System.Collections
Symbol ( string stringValue ) : System.Collections
ToString ( ) : string

Private Methods

Méthode Description
IsSymbolListImmutableConstant ( SymbolList l ) : bool

Method Details

CopyValuesFrom() public méthode

public CopyValuesFrom ( Symbol o ) : void
o Symbol
Résultat void

IsImmutableConstant() public méthode

public IsImmutableConstant ( ) : bool
Résultat bool

IsMonome() public méthode

public IsMonome ( ) : bool
Résultat bool

IsRealValueType() public méthode

public IsRealValueType ( ) : bool
Résultat bool

IsStringType() public méthode

public IsStringType ( ) : bool
Résultat bool

Simplify() public méthode

public Simplify ( ) : void
Résultat void

Symbol() public méthode

public Symbol ( CustomFunction func ) : System.Collections
func CustomFunction
Résultat System.Collections

Symbol() public méthode

public Symbol ( SymbolList subExpression ) : System.Collections
subExpression SymbolList
Résultat System.Collections

Symbol() public méthode

public Symbol ( SymbolType type ) : System.Collections
type SymbolType
Résultat System.Collections

Symbol() public méthode

public Symbol ( SymbolType type, double va ) : System.Collections
type SymbolType
va double
Résultat System.Collections

Symbol() public méthode

public Symbol ( Variable ptrToConstValue ) : System.Collections
ptrToConstValue Variable
Résultat System.Collections

Symbol() public méthode

public Symbol ( double value ) : System.Collections
value double
Résultat System.Collections

Symbol() public méthode

public Symbol ( string stringValue ) : System.Collections
stringValue string
Résultat System.Collections

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

_value public_oe property

public double _value
Résultat double

ptr public_oe property

public object ptr
Résultat object

type public_oe property

public SymbolType type
Résultat SymbolType