IGLib
1.7.2
The IGLib base library for development of numerical, technical and business applications.
|
Extension methods for analysis results classes. More...
Static Public Member Functions | |
static string | ToString (IAnalysisResults anres) |
Returns a string representation of the current analysis results object in a standard IGLib form. Extension method for IAnalysisResults. More... | |
static string | ToStringMath (IAnalysisResults anres) |
Returns a string representation of the current analysis results object in a standard IGLib form (Mathematica-like format but with C representation of numbers). Extension method for IAnalysisResults. More... | |
static string | ToStringMathRequest (this IAnalysisResults anres) |
Returns a string representation of the current analysis request object in a standard IGLib form (Mathematica-like format but with C representation of numbers). Extension method for IAnalysisResults. More... | |
static void | SaveRequestMath (this IAnalysisResults anres, string filePath) |
Saves the current analysis request to a file. If the file already exists then it is overwritten. Extension method for IAnalysisResults. More... | |
static void | SaveRequestMath (this IAnalysisResults anres, string filePath, bool append) |
Saves the current analysis request to a file. Extension method for IAnalysisResults. More... | |
static void | SaveMath (this IAnalysisResults anres, string filePath) |
Saves the current analysis results to a file. If the file already exists then it is overwritten. Extension method for IAnalysisResults. More... | |
static void | SaveMath (this IAnalysisResults anres, string filePath, bool append) |
Saves the current analysis results to a file. Extension method for IAnalysisResults. More... | |
Extension methods for analysis results classes.
$A Igor Apr11;
|
inlinestatic |
Returns a string representation of the current analysis results object in a standard IGLib form. Extension method for IAnalysisResults.
anres | Object whose string representation is returned. |
References IG.Num.AnalysisResults.ToString().
|
inlinestatic |
Returns a string representation of the current analysis results object in a standard IGLib form (Mathematica-like format but with C representation of numbers). Extension method for IAnalysisResults.
anres | Object whose string representation is returned. |
References IG.Num.AnalysisResults.ToStringMath().
|
inlinestatic |
Returns a string representation of the current analysis request object in a standard IGLib form (Mathematica-like format but with C representation of numbers). Extension method for IAnalysisResults.
anres | Object whose string representation is returned. |
References IG.Num.AnalysisResults.ToStringRequestMath().
|
inlinestatic |
Saves the current analysis request to a file. If the file already exists then it is overwritten. Extension method for IAnalysisResults.
anres | Object from which analysis request is saved. |
filePath | Path to the file where analysis request is stored. |
References IG.Num.AnalysisResults.SaveRequestMath().
|
inlinestatic |
Saves the current analysis request to a file. Extension method for IAnalysisResults.
anres | Object from which analysis request is saved. |
filePath | Path to the file where analysis request is stored. |
append | If true then contents are appended to the end of the file if the file already exists. |
References IG.Num.AnalysisResults.SaveRequestMath().
|
inlinestatic |
Saves the current analysis results to a file. If the file already exists then it is overwritten. Extension method for IAnalysisResults.
anres | Object from which analysis results are saved. |
filePath | Path to the file where analysis results are stored. |
References IG.Num.AnalysisResults.SaveMath().
|
inlinestatic |
Saves the current analysis results to a file. Extension method for IAnalysisResults.
anres | Object from which analysis results are saved. |
filePath | Path to the file where analysis results are stored. |
append | If true then contents are appended to the end of the file if the file already exists. |
References IG.Num.AnalysisResults.SaveMath().