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

Inheritance: Constant
Afficher le fichier Open project: sharpos/SharpOS

Méthodes publiques

Méthode 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 méthode

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

ToString() public méthode

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