Show / Hide Table of Contents

Interface IFunction<TInputArgumentType, TOutputType>

Inherited Members
IFunction.ArgumentsCount
IFunction.Name
Namespace: SpiceSharpParser.Common.Evaluation
Assembly: SpiceSharpParser.dll
Syntax
public interface IFunction<in TInputArgumentType, out TOutputType> : IFunction
Type Parameters
Name Description
TInputArgumentType
TOutputType

Methods

| Improve this Doc View Source

Logic(String, TInputArgumentType[], EvaluationContext)

Declaration
TOutputType Logic(string image, TInputArgumentType[] args, EvaluationContext context)
Parameters
Type Name Description
System.String image
TInputArgumentType[] args
EvaluationContext context
Returns
Type Description
TOutputType
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX