3 references to NarrowFloatingResult
Microsoft.CodeAnalysis.VisualBasic (3)
Semantics\CompileTimeCalculations.vb (1)
402
Dim resultValue As Double =
NarrowFloatingResult
(sourceValue, targetType, overflow)
Semantics\Operators.vb (2)
773
value =
NarrowFloatingResult
(value, underlyingResultType.GetConstantValueTypeDiscriminator(), overflow)
1401
resultValue =
NarrowFloatingResult
(resultValue, resultType.GetConstantValueTypeDiscriminator(), overflow)