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