C# Класс Accord.Statistics.Distributions.DistributionBase

Наследование: IFormattable
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Clone() публичный абстрактный Метод

Creates a new object that is a copy of the current instance.
public abstract Clone ( ) : object
Результат object

ToString() публичный Метод

Returns a System.String that represents this instance.
public ToString ( ) : string
Результат string

ToString() публичный Метод

Returns a System.String that represents this instance.
public ToString ( IFormatProvider formatProvider ) : string
formatProvider IFormatProvider
Результат string

ToString() публичный Метод

Returns a System.String that represents this instance.
public ToString ( string format ) : string
format string
Результат string

ToString() публичный абстрактный Метод

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.
Результат string