C# Class MathExpressionsNET.Helper

Afficher le fichier Open project: KvanTTT/MathExpressions.NET

Méthodes publiques

Свойство Type Description
Derivatives MathFunc>.Dictionary
Parser MathExprParser
Permutations List
Simplications List

Méthodes publiques

Méthode Description
InitDefaultDerivatives ( ) : void
InitDerivatives ( string str ) : void
InitRools ( string str ) : void

Private Methods

Méthode Description
Helper ( ) : System

Method Details

InitDefaultDerivatives() public static méthode

public static InitDefaultDerivatives ( ) : void
Résultat void

InitDerivatives() public static méthode

public static InitDerivatives ( string str ) : void
str string
Résultat void

InitRools() public static méthode

public static InitRools ( string str ) : void
str string
Résultat void

Property Details

Derivatives public_oe static_oe property

public static Dictionary Derivatives
Résultat MathFunc>.Dictionary

Parser public_oe static_oe property

public static MathExprParser Parser
Résultat MathExprParser

Permutations public_oe static_oe property

public static List Permutations
Résultat List

Simplications public_oe static_oe property

public static List Simplications
Résultat List