Class RandomResolverFunction
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.Parsers.Expression.Implementation.ResolverFunctions
Assembly: SpiceSharpParser.dll
Syntax
public class RandomResolverFunction : DynamicResolverFunction
Constructors
| Improve this Doc View SourceRandomResolverFunction(EvaluationContext)
Declaration
public RandomResolverFunction(EvaluationContext context)
Parameters
Type | Name | Description |
---|---|---|
EvaluationContext | context |
Methods
| Improve this Doc View SourceGetBody(Node[])
Declaration
public override Node GetBody(Node[] argumentValues)
Parameters
Type | Name | Description |
---|---|---|
SpiceSharpBehavioral.Parsers.Nodes.Node[] | argumentValues |
Returns
Type | Description |
---|---|
SpiceSharpBehavioral.Parsers.Nodes.Node |