C# Class QL.QLClasses.Values.IntValue

Inheritance: QValue
Afficher le fichier Open project: software-engineering-amsterdam/poly-ql Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Add ( IntValue secondValue ) : IntValue
secondValue IntValue
Résultat IntValue

CreateInputControl() public méthode

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

Div() public méthode

public Div ( IntValue secondValue ) : IntValue
secondValue IntValue
Résultat IntValue

Equals() public méthode

public Equals ( IntValue secondValue ) : BoolValue
secondValue IntValue
Résultat BoolValue

GrTh() public méthode

public GrTh ( IntValue secondValue ) : BoolValue
secondValue IntValue
Résultat BoolValue

GrThEq() public méthode

public GrThEq ( IntValue secondValue ) : BoolValue
secondValue IntValue
Résultat BoolValue

IntValue() public méthode

public IntValue ( int value ) : QL.Interpreter.Controls.Input
value int
Résultat QL.Interpreter.Controls.Input

Mul() public méthode

public Mul ( IntValue secondValue ) : IntValue
secondValue IntValue
Résultat IntValue

SmTh() public méthode

public SmTh ( IntValue secondValue ) : BoolValue
secondValue IntValue
Résultat BoolValue

SmThEq() public méthode

public SmThEq ( IntValue secondValue ) : BoolValue
secondValue IntValue
Résultat BoolValue

Sub() public méthode

public Sub ( IntValue secondValue ) : IntValue
secondValue IntValue
Résultat IntValue

Value() public méthode

public Value ( ) : int
Résultat int