Show / Hide Table of Contents

Class FunctionBuilderHelper

Helper methods for a FunctionBuilder.

Inheritance
System.Object
FunctionBuilderHelper
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 FunctionBuilderHelper

Fields

Defaults

A set of default functions.

Declaration
public static readonly Dictionary<string, ApplyFunction> Defaults
Field Value
Type Description
System.Collections.Generic.Dictionary<System.String, ApplyFunction>

Methods

RegisterDefaultFunctions(Dictionary<String, ApplyFunction>)

Registers the default functions.

Declaration
public static void RegisterDefaultFunctions(this Dictionary<string, ApplyFunction> definitions)
Parameters
Type Name Description
System.Collections.Generic.Dictionary<System.String, ApplyFunction> definitions

The definitions.

Back to top Generated by DocFX