C# 클래스 Fractrace.InfoGenerator

Helper Class, witch generates useful informations mostly in text form.
파일 보기 프로젝트 열기: trafassel/Gestaltlupe

공개 메소드들

메소드 설명
GenerateCompressedFormula ( ) : string

Generates the compressed formula. The formula parameters and the formula itself are combined in a compact text, which can later be copied into the formula text window to get the current formula configuration.

GenerateCompressedFormulaAndViewSettings ( ) : string

Generates the compressed formula. The formula parameters and the formula itself are combined in a compact text, which can later be copied into the formula text window to get the current formula configuration.

보호된 메소드들

메소드 설명
CompressFormula ( string source ) : string

Compress the formula (remove big spaces, newlines, comments.

메소드 상세

CompressFormula() 보호된 정적인 메소드

Compress the formula (remove big spaces, newlines, comments.
protected static CompressFormula ( string source ) : string
source string
리턴 string

GenerateCompressedFormula() 공개 정적인 메소드

Generates the compressed formula. The formula parameters and the formula itself are combined in a compact text, which can later be copied into the formula text window to get the current formula configuration.
public static GenerateCompressedFormula ( ) : string
리턴 string

GenerateCompressedFormulaAndViewSettings() 공개 정적인 메소드

Generates the compressed formula. The formula parameters and the formula itself are combined in a compact text, which can later be copied into the formula text window to get the current formula configuration.
public static GenerateCompressedFormulaAndViewSettings ( ) : string
리턴 string