Matrix<T>.ToString(String) Method

Returns a String representation of this Matrix<T>.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public string ToString(
	string format
)

Parameters

format  String
A String specifying the format to use.

Return Value

String
A String representation of this Matrix<T>.

See Also