Class PwrFunction
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.ModelReaders.Netlist.Spice.Evaluation.Functions.Math
Assembly: SpiceSharpParser.dll
Syntax
public class PwrFunction : Function<double, double>, IFunction<double, double>, IFunction
Constructors
| Improve this Doc View SourcePwrFunction(SpiceExpressionMode)
Declaration
public PwrFunction(SpiceExpressionMode mode)
Parameters
Type | Name | Description |
---|---|---|
SpiceExpressionMode | mode |
Properties
| Improve this Doc View SourceMode
Declaration
public SpiceExpressionMode Mode { get; }
Property Value
Type | Description |
---|---|
SpiceExpressionMode |
Methods
| Improve this Doc View SourceLogic(String, Double[], EvaluationContext)
Declaration
public override double Logic(string image, double[] args, EvaluationContext context)
Parameters
Type | Name | Description |
---|---|---|
System.String | image | |
System.Double[] | args | |
EvaluationContext | context |
Returns
Type | Description |
---|---|
System.Double |
Overrides
SpiceSharpParser.Common.Evaluation.Function<System.Double, System.Double>.Logic(System.String, System.Double[], SpiceSharpParser.Common.Evaluation.EvaluationContext)