Class Cast
Base class for cast instructions
Namespace: Llvm.NET.Instructions
Assembly: Llvm.NET.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 |