C# 클래스 MathExpressionsNET.Helper

파일 보기 프로젝트 열기: KvanTTT/MathExpressions.NET

공개 프로퍼티들

프로퍼티 타입 설명
Derivatives MathFunc>.Dictionary
Parser MathExprParser
Permutations List
Simplications List

공개 메소드들

메소드 설명
InitDefaultDerivatives ( ) : void
InitDerivatives ( string str ) : void
InitRools ( string str ) : void

비공개 메소드들

메소드 설명
Helper ( ) : System

메소드 상세

InitDefaultDerivatives() 공개 정적인 메소드

public static InitDefaultDerivatives ( ) : void
리턴 void

InitDerivatives() 공개 정적인 메소드

public static InitDerivatives ( string str ) : void
str string
리턴 void

InitRools() 공개 정적인 메소드

public static InitRools ( string str ) : void
str string
리턴 void

프로퍼티 상세

Derivatives 공개적으로 정적으로 프로퍼티

public static Dictionary Derivatives
리턴 MathFunc>.Dictionary

Parser 공개적으로 정적으로 프로퍼티

public static MathExprParser Parser
리턴 MathExprParser

Permutations 공개적으로 정적으로 프로퍼티

public static List Permutations
리턴 List

Simplications 공개적으로 정적으로 프로퍼티

public static List Simplications
리턴 List