Method FPToSICast
FPToSICast(Value, ITypeRef)
Creates a floating point to signed integer cast instruction
Declaration
public Value FPToSICast(Value valueRef, ITypeRef targetType)
Parameters
public Value FPToSICast(Value valueRef, ITypeRef targetType)
Value | valueRef | Operand for the instruction |
ITypeRef | targetType | Target type for the instruction |
Returns
Value | Result Value |