Click or drag to resize

MatrixToString Method (String)

Formats the value of the current instance using the specified format.

Namespace:  FinMath.LinearAlgebra
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public string ToString(
	string format
)

Parameters

format
Type: SystemString
The format to use or a null reference to use the default format defined for the type of the IFormattable implementation.

Return Value

Type: String
The value of the current instance in the specified format.
See Also