Show / Hide Table of Contents

Class CbrtFunction

Inheritance
System.Object
Function<System.Double, System.Double>
CbrtFunction
Implements
IFunction<System.Double, System.Double>
IFunction
Inherited Members
Function<Double, Double>.Name
Function<Double, Double>.ArgumentsCount
Function<Double, Double>.Logic(String, Double[], EvaluationContext)
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 CbrtFunction : Function<double, double>, IFunction<double, double>, IFunction

Constructors

| Improve this Doc View Source

CbrtFunction()

Declaration
public CbrtFunction()

Methods

| Improve this Doc View Source

Logic(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)

Implements

IFunction<TInputArgumentType, TOutputType>
IFunction
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX