C# Class Accord.Statistics.Distributions.DistributionBase

Inheritance: IFormattable
Afficher le fichier Open project: accord-net/framework

Méthodes publiques

Méthode 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 méthode

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

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string

ToString() public méthode

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

ToString() public méthode

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

ToString() public abstract méthode

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.
Résultat string