Method | Description | |
---|---|---|
CompareForEquality ( IValue left, IValue right ) : bool | ||
Greater ( IValue left, IValue right ) : bool | ||
IntegerType ( EfsSystem efsSystem ) : System |
Constructor
|
|
Less ( IValue left, IValue right ) : bool | ||
Match ( Type otherType ) : bool |
Indicates that the other type can be placed in variables of this type
|
|
PerformArithmericOperation ( InterpretationContext context, IValue left, BinaryExpression operation, IValue right ) : IValue |
Performs the arithmetic operation based on the type of the result
|
|
convert ( IValue value ) : IValue |
Converts a value into an int value
|
|
getValue ( string image ) : IValue |
Gets a value based on its image
|
Method | Description | |
---|---|---|
getValue ( IValue val ) : Decimal |
Provides the int value from the IValue provided
|
public CompareForEquality ( IValue left, IValue right ) : bool | ||
left | IValue | |
right | IValue | |
return | bool |
public Greater ( IValue left, IValue right ) : bool | ||
left | IValue | |
right | IValue | |
return | bool |
public IntegerType ( EfsSystem efsSystem ) : System | ||
efsSystem | EfsSystem | |
return | System |
public Less ( IValue left, IValue right ) : bool | ||
left | IValue | |
right | IValue | |
return | bool |
public PerformArithmericOperation ( InterpretationContext context, IValue left, BinaryExpression operation, IValue right ) : IValue | ||
context | InterpretationContext | The context used to perform this operation |
left | IValue | |
operation | BinaryExpression | |
right | IValue | |
return | IValue |