Matrix<T>.To String Method
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
ToString() | Returns a string that represents the current object. |
ToString( | Returns a String representation of this Matrix<T>. |
ToString( | Returns a String representation of this Matrix<T>. |
ToString
Returns a string that represents the current object.
ToString(String)
public string ToString(
string format
)
Parameters
Return Value
StringA String representation of this Matrix<T>.
ToString(String, IFormatProvider)
public string ToString(
string format,
IFormatProvider formatProvider
)
Parameters
- format String
- A String specifying the format to use.
- formatProvider IFormatProvider
- The IFormatProvider to use to format the value.
Return Value
StringA String representation of this Matrix<T>.