 | ContextCreateConstant Method (UInt32) |
[This is preliminary documentation and is subject to change.]
Namespace:
Llvm.NET
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic Constant CreateConstant(
uint constValue
)
Parameters
- constValue
- Type: SystemUInt32
Value for the constant
Return Value
Type:
ConstantConstantInt representing the value
See Also