C# 클래스 Schemin.AST.ScheminDecimal
파일 보기
프로젝트 열기: imphasing/schemin
1 사용 예제들
공개 프로퍼티들
공개 메소드들
메소드 상세
public BoolValue ( ) : ScheminBool |
리턴 |
ScheminBool |
|
public Equal ( IScheminType type ) : bool |
type |
IScheminType |
|
리턴 |
bool |
|
public Equivalent ( IScheminType type ) : bool |
type |
IScheminType |
|
리턴 |
bool |
|
public IntegerValue ( ) : System.Numerics.BigInteger |
리턴 |
System.Numerics.BigInteger |
|
public ScheminDecimal ( decimal value ) : System.Numerics |
value |
decimal |
|
리턴 |
System.Numerics |
|
프로퍼티 상세
public decimal Value |
리턴 |
decimal |
|