Table of Contents

Method GetValueWithLoss

Namespace
Ubiquity.NET.Llvm.Values
Assembly
Ubiquity.NET.Llvm.dll

GetValueWithLoss(out bool)

Gets the value of the constant, possibly losing precision

public double GetValueWithLoss(out bool loosesInfo)

Parameters

loosesInfo bool

flag indicating if precision is lost

Returns

double

The value of the constant

Remarks

Loss can occur when getting a target specific high resolution value, such as an 80bit Floating point value.