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

Extension methods for vector classes. More...

Static Public Member Functions

static string ToString (this IVector vec)
 Returns a string representation of the current vector in a standard IGLib form. Extension method for IVector interface. More...
 
static string ToStringMath (IVector vec)
 Returns a string representation of the current vector in a standard IGLib form (Mathematica-like format but with C representation of numbers). Extension method for IVector interface. More...
 
static string ToString (this IVector vec, string elementFormat)
 Returns a string representation of the current vector in a standard IGLib form, with the specified format for elements of the vector. Extension method for IVector interface. More...
 
static string ToStringMath (IVector vec, string elementFormat)
 Returns a string representation of the current vector in a standard IGLib form (Mathematica-like format but with C representation of numbers), with the specified format for elements of the vector. Extension method for IVector interface. More...
 

Detailed Description

Extension methods for vector classes.

$A Igor Apr11;

Member Function Documentation

static string IG.Num.VectorExtensions.ToString ( this IVector  vec)
inlinestatic

Returns a string representation of the current vector in a standard IGLib form. Extension method for IVector interface.

Parameters
vecVector whose string representation is returned.

References IG.Num.VectorBase.ToString().

static string IG.Num.VectorExtensions.ToStringMath ( IVector  vec)
inlinestatic

Returns a string representation of the current vector in a standard IGLib form (Mathematica-like format but with C representation of numbers). Extension method for IVector interface.

Parameters
vecVector whose string representation is returned.

References IG.Num.VectorBase.ToStringMath().

static string IG.Num.VectorExtensions.ToString ( this IVector  vec,
string  elementFormat 
)
inlinestatic

Returns a string representation of the current vector in a standard IGLib form, with the specified format for elements of the vector. Extension method for IVector interface.

Parameters
vecVector whose string representation is returned.
elementFormatFormat specification for printing individual element.

References IG.Num.VectorBase.ToString().

static string IG.Num.VectorExtensions.ToStringMath ( IVector  vec,
string  elementFormat 
)
inlinestatic

Returns a string representation of the current vector in a standard IGLib form (Mathematica-like format but with C representation of numbers), with the specified format for elements of the vector. Extension method for IVector interface.

Parameters
vecVector whose string representation is returned.
elementFormatFormat specification for printing individual element.

References IG.Num.VectorBase.ToStringMath().


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