C# Class Schemin.AST.ScheminDecimal

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

Public Properties

Property Type Description
Value decimal

Public Methods

Method Description
BoolValue ( ) : ScheminBool
DecimalValue ( ) : decimal
Equal ( IScheminType type ) : bool
Equivalent ( IScheminType type ) : bool
IntegerValue ( ) : System.Numerics.BigInteger
ScheminDecimal ( decimal value ) : System.Numerics
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

ScheminDecimal() public method

public ScheminDecimal ( decimal value ) : System.Numerics
value decimal
return System.Numerics

ToString() public method

public ToString ( ) : string
return string

Property Details

Value public property

public decimal Value
return decimal