C# 클래스 Schemin.AST.ScheminDecimal

상속: IScheminType, IScheminNumeric
파일 보기 프로젝트 열기: imphasing/schemin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Value decimal

공개 메소드들

메소드 설명
BoolValue ( ) : ScheminBool
DecimalValue ( ) : decimal
Equal ( IScheminType type ) : bool
Equivalent ( IScheminType type ) : bool
IntegerValue ( ) : System.Numerics.BigInteger
ScheminDecimal ( decimal value ) : System.Numerics
ToString ( ) : string

메소드 상세

BoolValue() 공개 메소드

public BoolValue ( ) : ScheminBool
리턴 ScheminBool

DecimalValue() 공개 메소드

public DecimalValue ( ) : decimal
리턴 decimal

Equal() 공개 메소드

public Equal ( IScheminType type ) : bool
type IScheminType
리턴 bool

Equivalent() 공개 메소드

public Equivalent ( IScheminType type ) : bool
type IScheminType
리턴 bool

IntegerValue() 공개 메소드

public IntegerValue ( ) : System.Numerics.BigInteger
리턴 System.Numerics.BigInteger

ScheminDecimal() 공개 메소드

public ScheminDecimal ( decimal value ) : System.Numerics
value decimal
리턴 System.Numerics

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Value 공개적으로 프로퍼티

public decimal Value
리턴 decimal