C# Класс SharpOS.AOT.IR.Operands.FloatConstant

Наследование: Constant
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

FloatConstant() публичный Метод

Initializes a new instance of the FloatConstant class.
public FloatConstant ( float value ) : System
value float The value.
Результат System

ToString() публичный Метод

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
Результат string