Click or drag to resize
Llvm.NET LogoContextCreateConstant Method (Double)

[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
Syntax
C#
public ConstantFP CreateConstant(
	double constValue
)

Parameters

constValue
Type: SystemDouble
Value to make into a ConstantFP

Return Value

Type: ConstantFP
Constant value
See Also