2 types derived from FloatingPointType
Microsoft.CodeAnalysis (2)
RealParser.cs (2)
242
private sealed class FloatFloatingPointType :
FloatingPointType
257
private sealed class DoubleFloatingPointType :
FloatingPointType
2 references to FloatingPointType
Microsoft.CodeAnalysis (2)
RealParser.cs (2)
383
private static Status ConvertDecimalToFloatingPointBits(DecimalFloatingPointString data,
FloatingPointType
type, out ulong result)
585
private static Status ConvertBigIntegerToFloatingPointBits(byte[] integerValueAsBytes, uint integerBitsOfPrecision, bool hasNonzeroFractionalPart,
FloatingPointType
type, out ulong result)