Show / Hide Table of Contents

Class DoubleBuilderHelper

Helper methods for a DoubleBuilder.

Inheritance
System.Object
DoubleBuilderHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SpiceSharpBehavioral.Builders
Assembly: SpiceSharpBehavioral.dll
Syntax
public static class DoubleBuilderHelper

Fields

Defaults

A set of default functions.

Declaration
public static readonly Dictionary<string, Func<double[], double>> Defaults
Field Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Func<System.Double[], System.Double>>

Methods

RegisterDefaultFunctions(Dictionary<String, Func<Double[], Double>>)

Registers the default functions.

Declaration
public static void RegisterDefaultFunctions(this Dictionary<string, Func<double[], double>> definitions)
Parameters
Type Name Description
System.Collections.Generic.Dictionary<System.String, System.Func<System.Double[], System.Double>> definitions

The definitions.

Back to top Generated by DocFX