C# Class SharpOS.AOT.IR.Operands.DoubleConstant

Inheritance: Constant
Mostrar archivo Open project: sharpos/SharpOS

Public Methods

Method Description
DoubleConstant ( double value ) : System

Initializes a new instance of the DoubleConstant class.

ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

Method Details

DoubleConstant() public method

Initializes a new instance of the DoubleConstant class.
public DoubleConstant ( double value ) : System
value double The value.
return System

ToString() public method

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
return string