Class Cast
Base class for cast instructions
Namespace: Ubiquity.NET.Llvm.Instructions
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public class Cast : UnaryInstruction, IExtensiblePropertyContainer, IOperandContainer<Value>
Properties
FromType | Gets the source type of the cast |
ToType | Gets the destination type of the cast |