Click or drag to resize
Llvm.NET LogoConstantInt.ZeroExtendedValue Property

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

Retrieves the value of the constant zero extended to 64 bits

Namespace:  Llvm.NET.Values
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public ulong ZeroExtendedValue { get; }

Property Value

Type: UInt64
See Also