Class NamedExpression
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SpiceSharpParser.Common.Evaluation.Expressions
Assembly: SpiceSharpParser.dll
Syntax
public class NamedExpression : Expression
Constructors
| Improve this Doc View SourceNamedExpression(String, String)
Initializes a new instance of the NamedExpression class.
Declaration
public NamedExpression(string name, string expression)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | A name of expression. |
System.String | expression | An expression. |
Properties
| Improve this Doc View SourceCanProvideValueDirectly
Declaration
public override bool CanProvideValueDirectly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceName
Gets the name of expression.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceClone()
Clones the named expression.
Declaration
public override Expression Clone()
Returns
Type | Description |
---|---|
Expression | A clone of named expression. |
Overrides
| Improve this Doc View SourceGetValue()
Declaration
public override double GetValue()
Returns
Type | Description |
---|---|
System.Double |