Click or drag to resize
Llvm.NET LogoInstructionBuilder.Trunc Method

[This is preliminary documentation and is subject to change.]

Namespace:  Llvm.NET.Instructions
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public Value Trunc(
	Value valueRef,
	ITypeRef targetType
)

Parameters

valueRef
Type: Llvm.NET.Values.Value
targetType
Type: Llvm.NET.Types.ITypeRef

Return Value

Type: Value
See Also