Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public string ToString(
string format
)
Public Function ToString (
format As String
) As String
public:
String^ ToString(
String^ format
)
member ToString :
format : string -> string
Parameters
- format
- Type: SystemString
A String specifying the format to use.
Return Value
Type:
StringA
String representation of this
MatrixT.
Reference