C# Class QL.QLClasses.Values.IntValue

Inheritance: QValue
Mostra file Open project: software-engineering-amsterdam/poly-ql Class Usage Examples

Public Methods

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

Method Details

Add() public method

public Add ( IntValue secondValue ) : IntValue
secondValue IntValue
return IntValue

CreateInputControl() public method

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

Div() public method

public Div ( IntValue secondValue ) : IntValue
secondValue IntValue
return IntValue

Equals() public method

public Equals ( IntValue secondValue ) : BoolValue
secondValue IntValue
return BoolValue

GrTh() public method

public GrTh ( IntValue secondValue ) : BoolValue
secondValue IntValue
return BoolValue

GrThEq() public method

public GrThEq ( IntValue secondValue ) : BoolValue
secondValue IntValue
return BoolValue

IntValue() public method

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

Mul() public method

public Mul ( IntValue secondValue ) : IntValue
secondValue IntValue
return IntValue

SmTh() public method

public SmTh ( IntValue secondValue ) : BoolValue
secondValue IntValue
return BoolValue

SmThEq() public method

public SmThEq ( IntValue secondValue ) : BoolValue
secondValue IntValue
return BoolValue

Sub() public method

public Sub ( IntValue secondValue ) : IntValue
secondValue IntValue
return IntValue

Value() public method

public Value ( ) : int
return int