Interface IFunction
Namespace: SpiceSharpParser.Common.Evaluation
Assembly: SpiceSharpParser.dll
Syntax
public interface IFunction
Properties
| Improve this Doc View SourceArgumentsCount
Declaration
int ArgumentsCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |