C# 클래스 QL.QLClasses.Values.IntValue

상속: QValue
파일 보기 프로젝트 열기: software-engineering-amsterdam/poly-ql 1 사용 예제들

공개 메소드들

메소드 설명
Add ( IntValue secondValue ) : IntValue
CreateInputControl ( string name, QLMemory memory, bool isComputed ) : InputControl
Div ( IntValue secondValue ) : IntValue
Equals ( IntValue secondValue ) : BoolValue
GrTh ( IntValue secondValue ) : BoolValue
GrThEq ( IntValue secondValue ) : BoolValue
IntValue ( int value ) : QL.Interpreter.Controls.Input
Mul ( IntValue secondValue ) : IntValue
SmTh ( IntValue secondValue ) : BoolValue
SmThEq ( IntValue secondValue ) : BoolValue
Sub ( IntValue secondValue ) : IntValue
Value ( ) : int

메소드 상세

Add() 공개 메소드

public Add ( IntValue secondValue ) : IntValue
secondValue IntValue
리턴 IntValue

CreateInputControl() 공개 메소드

public CreateInputControl ( string name, QLMemory memory, bool isComputed ) : InputControl
name string
memory QLMemory
isComputed bool
리턴 QL.Interpreter.Controls.Input.InputControl

Div() 공개 메소드

public Div ( IntValue secondValue ) : IntValue
secondValue IntValue
리턴 IntValue

Equals() 공개 메소드

public Equals ( IntValue secondValue ) : BoolValue
secondValue IntValue
리턴 BoolValue

GrTh() 공개 메소드

public GrTh ( IntValue secondValue ) : BoolValue
secondValue IntValue
리턴 BoolValue

GrThEq() 공개 메소드

public GrThEq ( IntValue secondValue ) : BoolValue
secondValue IntValue
리턴 BoolValue

IntValue() 공개 메소드

public IntValue ( int value ) : QL.Interpreter.Controls.Input
value int
리턴 QL.Interpreter.Controls.Input

Mul() 공개 메소드

public Mul ( IntValue secondValue ) : IntValue
secondValue IntValue
리턴 IntValue

SmTh() 공개 메소드

public SmTh ( IntValue secondValue ) : BoolValue
secondValue IntValue
리턴 BoolValue

SmThEq() 공개 메소드

public SmThEq ( IntValue secondValue ) : BoolValue
secondValue IntValue
리턴 BoolValue

Sub() 공개 메소드

public Sub ( IntValue secondValue ) : IntValue
secondValue IntValue
리턴 IntValue

Value() 공개 메소드

public Value ( ) : int
리턴 int