C# Class MathExpressionsNET.Helper

Show file Open project: KvanTTT/MathExpressions.NET

Public Properties

Property Type Description
Derivatives MathFunc>.Dictionary
Parser MathExprParser
Permutations List
Simplications List

Public Methods

Method Description
InitDefaultDerivatives ( ) : void
InitDerivatives ( string str ) : void
InitRools ( string str ) : void

Private Methods

Method Description
Helper ( ) : System

Method Details

InitDefaultDerivatives() public static method

public static InitDefaultDerivatives ( ) : void
return void

InitDerivatives() public static method

public static InitDerivatives ( string str ) : void
str string
return void

InitRools() public static method

public static InitRools ( string str ) : void
str string
return void

Property Details

Derivatives public static property

public static Dictionary Derivatives
return MathFunc>.Dictionary

Parser public static property

public static MathExprParser Parser
return MathExprParser

Permutations public static property

public static List Permutations
return List

Simplications public static property

public static List Simplications
return List