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

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

Méthodes publiques

Méthode Description
FloatConstant ( float value ) : System

Initializes a new instance of the FloatConstant class.

ToString ( ) : string

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

Method Details

FloatConstant() public méthode

Initializes a new instance of the FloatConstant class.
public FloatConstant ( float value ) : System
value float 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