C# 클래스 Accord.Statistics.Distributions.DistributionBase

상속: IFormattable
파일 보기 프로젝트 열기: accord-net/framework

공개 메소드들

메소드 설명
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