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