Table of Contents

Method GetNullValue

Namespace
Ubiquity.NET.Llvm.Types
Assembly
Ubiquity.NET.Llvm.dll

GetNullValue()

Gets a null value (e.g. all bits == 0 ) for the type

Constant GetNullValue()

Returns

Constant

Constant that represents a null (0) value of this type

Remarks

This is a getter function instead of a property as it can throw exceptions for types that don't support such a thing (i.e. void )