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

Inheritance: Constant
Show file Open project: sharpos/SharpOS

Public Methods

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

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

ToString() public method

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