IGLib  1.7.2
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Num.AnalysisResultsExtensions Class Reference

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...
 

Detailed Description

Extension methods for analysis results classes.

$A Igor Apr11;

Member Function Documentation

static string IG.Num.AnalysisResultsExtensions.ToString ( IAnalysisResults  anres)
inlinestatic

Returns a string representation of the current analysis results object in a standard IGLib form. Extension method for IAnalysisResults.

Parameters
anresObject whose string representation is returned.

References IG.Num.AnalysisResults.ToString().

static string IG.Num.AnalysisResultsExtensions.ToStringMath ( IAnalysisResults  anres)
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.

Parameters
anresObject whose string representation is returned.

References IG.Num.AnalysisResults.ToStringMath().

static string IG.Num.AnalysisResultsExtensions.ToStringMathRequest ( this IAnalysisResults  anres)
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.

Parameters
anresObject whose string representation is returned.

References IG.Num.AnalysisResults.ToStringRequestMath().

static void IG.Num.AnalysisResultsExtensions.SaveRequestMath ( this IAnalysisResults  anres,
string  filePath 
)
inlinestatic

Saves the current analysis request to a file. If the file already exists then it is overwritten. Extension method for IAnalysisResults.

Parameters
anresObject from which analysis request is saved.
filePathPath to the file where analysis request is stored.

References IG.Num.AnalysisResults.SaveRequestMath().

static void IG.Num.AnalysisResultsExtensions.SaveRequestMath ( this IAnalysisResults  anres,
string  filePath,
bool  append 
)
inlinestatic

Saves the current analysis request to a file. Extension method for IAnalysisResults.

Parameters
anresObject from which analysis request is saved.
filePathPath to the file where analysis request is stored.
appendIf true then contents are appended to the end of the file if the file already exists.

References IG.Num.AnalysisResults.SaveRequestMath().

static void IG.Num.AnalysisResultsExtensions.SaveMath ( this IAnalysisResults  anres,
string  filePath 
)
inlinestatic

Saves the current analysis results to a file. If the file already exists then it is overwritten. Extension method for IAnalysisResults.

Parameters
anresObject from which analysis results are saved.
filePathPath to the file where analysis results are stored.

References IG.Num.AnalysisResults.SaveMath().

static void IG.Num.AnalysisResultsExtensions.SaveMath ( this IAnalysisResults  anres,
string  filePath,
bool  append 
)
inlinestatic

Saves the current analysis results to a file. Extension method for IAnalysisResults.

Parameters
anresObject from which analysis results are saved.
filePathPath to the file where analysis results are stored.
appendIf true then contents are appended to the end of the file if the file already exists.

References IG.Num.AnalysisResults.SaveMath().


The documentation for this class was generated from the following file: