 | ContextCreateConstant Method (Single) |
[This is preliminary documentation and is subject to change.]
Creates a constant floating point value for a given value
Namespace:
Llvm.NET
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic ConstantFP CreateConstant(
float constValue
)
Parameters
- constValue
- Type: SystemSingle
Value to make into a ConstantFP
Return Value
Type:
ConstantFPConstant value
See Also