Click or drag to resize

EndCriteriaToString(String) Method

Formats this EndCriteria instance using the specified format string.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string ToString(
	string format
)

Parameters

format  String
A format specification.

Return Value

String
The formatted string representation of this EndCriteria instance.
See Also