Constructor GenericValue
GenericValue(ITypeRef, UInt64, Boolean)
Initializes a new instance of the GenericValue class with an integer value
Declaration
public GenericValue(ITypeRef t, ulong value, bool isSigned)
Parameters
public GenericValue(ITypeRef t, ulong value, bool isSigned)
ITypeRef | t | LLVM type describing the integer bit width |
UInt64 | value | integer value |
Boolean | isSigned | Indicates if the value is signed |
GenericValue(ITypeRef, Double)
Initializes a new instance of the GenericValue class with a floating point value
Declaration
public GenericValue(ITypeRef t, double value)
Parameters
public GenericValue(ITypeRef t, double value)
ITypeRef | t | LLVM type describing the floating point format |
Double | value | floating point value |