C# Class Schemin.AST.ScheminInteger

Inheritance: IScheminType, IScheminNumeric
Mostra file Open project: imphasing/schemin Class Usage Examples

Public Properties

Property Type Description
Value System.Numerics.BigInteger

Public Methods

Method Description
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

Method Details

BoolValue() public method

public BoolValue ( ) : ScheminBool
return ScheminBool

DecimalValue() public method

public DecimalValue ( ) : decimal
return decimal

Equal() public method

public Equal ( IScheminType type ) : bool
type IScheminType
return bool

Equivalent() public method

public Equivalent ( IScheminType type ) : bool
type IScheminType
return bool

IntegerValue() public method

public IntegerValue ( ) : System.Numerics.BigInteger
return System.Numerics.BigInteger

ScheminInteger() public method

public ScheminInteger ( System.Numerics.BigInteger value ) : System
value System.Numerics.BigInteger
return System

ScheminInteger() public method

public ScheminInteger ( int value ) : System
value int
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Value public_oe property

public BigInteger,System.Numerics Value
return System.Numerics.BigInteger