C# 클래스 SharpOS.AOT.IR.Operands.DoubleConstant

상속: Constant
파일 보기 프로젝트 열기: sharpos/SharpOS

공개 메소드들

메소드 설명
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.

메소드 상세

DoubleConstant() 공개 메소드

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

ToString() 공개 메소드

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