Click or drag to resize
Accord.NET (logo)

DistributionBaseToString Method (IFormatProvider)

Returns a String that represents this instance.

Namespace:  Accord.Statistics.Distributions
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public string ToString(
	IFormatProvider formatProvider
)
Request Example View Source

Parameters

formatProvider
Type: SystemIFormatProvider

Return Value

Type: String
A String that represents this instance.
See Also