C# Класс Fractrace.InfoGenerator

Helper Class, witch generates useful informations mostly in text form.
Показать файл Открыть проект

Открытые методы

Метод Описание
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