C# 클래스 ATMLModelLibrary.model.BinaryPrefixes

상속: StandardPrefixes
파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench 1 사용 예제들

공개 메소드들

메소드 설명
BinaryPrefixes ( ) : System
GetPrefix ( string prefix ) : StandardUnitPrefix
HasPrefix ( string value, string &prefix ) : bool

메소드 상세

BinaryPrefixes() 공개 메소드

public BinaryPrefixes ( ) : System
리턴 System

GetPrefix() 공개 정적인 메소드

public static GetPrefix ( string prefix ) : StandardUnitPrefix
prefix string
리턴 StandardUnitPrefix

HasPrefix() 공개 정적인 메소드

public static HasPrefix ( string value, string &prefix ) : bool
value string
prefix string
리턴 bool