C# Class Accord.Statistics.Distributions.DistributionBase

Inheritance: IFormattable
Mostrar archivo Open project: accord-net/framework

Public Methods

Method Description
Clone ( ) : object

Creates a new object that is a copy of the current instance.

ToString ( ) : string

Returns a System.String that represents this instance.

ToString ( IFormatProvider formatProvider ) : string

Returns a System.String that represents this instance.

ToString ( string format ) : string

Returns a System.String that represents this instance.

ToString ( string format, IFormatProvider formatProvider ) : string

Returns a System.String that represents this instance.

Method Details

Clone() public abstract method

Creates a new object that is a copy of the current instance.
public abstract Clone ( ) : object
return object

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string

ToString() public method

Returns a System.String that represents this instance.
public ToString ( IFormatProvider formatProvider ) : string
formatProvider IFormatProvider
return string

ToString() public method

Returns a System.String that represents this instance.
public ToString ( string format ) : string
format string
return string

ToString() public abstract method

Returns a System.String that represents this instance.
public abstract ToString ( string format, IFormatProvider formatProvider ) : string
format string The format.
formatProvider IFormatProvider The format provider.
return string