C# 클래스 Schemin.AST.ScheminInteger

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

공개 프로퍼티들

프로퍼티 타입 설명
Value System.Numerics.BigInteger

공개 메소드들

메소드 설명
BoolValue ( ) : ScheminBool
DecimalValue ( ) : decimal
Equal ( IScheminType type ) : bool
Equivalent ( IScheminType type ) : bool
IntegerValue ( ) : System.Numerics.BigInteger
ScheminInteger ( System.Numerics.BigInteger value ) : System
ScheminInteger ( int value ) : System
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

ScheminInteger() 공개 메소드

public ScheminInteger ( System.Numerics.BigInteger value ) : System
value System.Numerics.BigInteger
리턴 System

ScheminInteger() 공개 메소드

public ScheminInteger ( int value ) : System
value int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Value 공개적으로 프로퍼티

public BigInteger,System.Numerics Value
리턴 System.Numerics.BigInteger