C# 클래스 Metric.SingleUnit

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

공개 프로퍼티들

프로퍼티 타입 설명
Dot string
Minus string

공개 메소드들

메소드 설명
Reciprocal ( ) : SingleUnit
SS ( int power ) : string
SingleUnit ( Prefix prefix, string symbol, sbyte power ) : System.Text
ToString ( ) : string
ToString ( bool fancy ) : string

메소드 상세

Reciprocal() 공개 메소드

public Reciprocal ( ) : SingleUnit
리턴 SingleUnit

SS() 공개 정적인 메소드

public static SS ( int power ) : string
power int
리턴 string

SingleUnit() 공개 메소드

public SingleUnit ( Prefix prefix, string symbol, sbyte power ) : System.Text
prefix Prefix
symbol string
power sbyte
리턴 System.Text

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( bool fancy ) : string
fancy bool
리턴 string

프로퍼티 상세

Dot 공개적으로 정적으로 프로퍼티

public static string Dot
리턴 string

Minus 공개적으로 정적으로 프로퍼티

public static string Minus
리턴 string