IGLib
1.5
The IGLib base library for development of numerical, technical and business applications.
|
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... | |
Extension methods for vector classes.
$A Igor Apr11;
|
inlinestatic |
Returns a string representation of the current vector in a standard IGLib form. Extension method for IVector interface.
vec | Vector whose string representation is returned. |
References IG.Num.VectorBase.ToString().
|
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.
vec | Vector whose string representation is returned. |
References IG.Num.VectorBase.ToStringMath().
|
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.
vec | Vector whose string representation is returned. |
elementFormat | Format specification for printing individual element. |
References IG.Num.VectorBase.ToString().
|
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.
vec | Vector whose string representation is returned. |
elementFormat | Format specification for printing individual element. |
References IG.Num.VectorBase.ToStringMath().