|   | TriangularDistributionToString Method (String, IFormatProvider) | 
        
         
              Returns a String that represents this instance.
            
 
    Namespace: 
   Accord.Statistics.Distributions.Univariate
    Assembly:
   Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
 Syntax
Syntaxpublic override string ToString(
	string format,
	IFormatProvider formatProvider
)
Public Overrides Function ToString ( 
	format As String,
	formatProvider As IFormatProvider
) As String
Parameters
- format
- Type: SystemString
 
- formatProvider
- Type: SystemIFormatProvider
 
Return Value
Type: 
String
              A 
String that represents this instance.
            
Implements
IFormattableToString(String, IFormatProvider) See Also
See Also