C# 클래스 MathParserNet.SimplificationReturnValue

파일 보기 프로젝트 열기: FlorianRappl/YAMP 1 사용 예제들

공개 메소드들

메소드 설명
ToFraction ( ) : string

Converts the return type to a fraction. Uses a slash "/" as the default numerator/denominator seperator. Uses a space " " as the default whole number/fracational seperator.

ToFraction ( string fractionSeperator ) : string
ToFraction ( string fractionSeperator, int factor ) : string

Converts the return type to a fraction. You must specify a default numerator/denomiator seperator character.

ToFraction ( string fractionSeperator, string wholeNumberSeperator ) : string
ToFraction ( string fractionSeperator, string wholeNumberSeperator, int factor ) : string

메소드 상세

ToFraction() 공개 메소드

Converts the return type to a fraction. Uses a slash "/" as the default numerator/denominator seperator. Uses a space " " as the default whole number/fracational seperator.
public ToFraction ( ) : string
리턴 string

ToFraction() 공개 메소드

public ToFraction ( string fractionSeperator ) : string
fractionSeperator string
리턴 string

ToFraction() 공개 메소드

Converts the return type to a fraction. You must specify a default numerator/denomiator seperator character.
public ToFraction ( string fractionSeperator, int factor ) : string
fractionSeperator string The default numerator/denominator to use as a seperator
factor int Set to the highest precision you want. The numerator and/or denominator will never be higher than this number.
리턴 string

ToFraction() 공개 메소드

public ToFraction ( string fractionSeperator, string wholeNumberSeperator ) : string
fractionSeperator string
wholeNumberSeperator string
리턴 string

ToFraction() 공개 메소드

public ToFraction ( string fractionSeperator, string wholeNumberSeperator, int factor ) : string
fractionSeperator string
wholeNumberSeperator string
factor int
리턴 string