Method IntCast
IntCast(Value, ITypeRef, Boolean)
Creates an integer cast instruction
Declaration
public Value IntCast(Value valueRef, ITypeRef targetType, bool isSigned)
Parameters
public Value IntCast(Value valueRef, ITypeRef targetType, bool isSigned)
Value | valueRef | Operand for the instruction |
ITypeRef | targetType | Target type for the instruction |
Boolean | isSigned | Flag to indicate if the cast is signed or unsigned |
Returns
Value | Result Value |