1 interface inheriting from IBinaryFloatingPointIeee754
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Number.Parsing.cs (1)
50internal interface IBinaryFloatParseAndFormatInfo<TSelf> : IBinaryFloatingPointIeee754<TSelf>, IMinMaxValue<TSelf>
4 implementations of IBinaryFloatingPointIeee754
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
27IBinaryFloatingPointIeee754<double>,
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
25IBinaryFloatingPointIeee754<Half>,
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
29: IBinaryFloatingPointIeee754<NFloat>,
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
27IBinaryFloatingPointIeee754<float>,
5 references to IBinaryFloatingPointIeee754
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Numerics\IBinaryFloatingPointIeee754.cs (1)
11where TSelf : IBinaryFloatingPointIeee754<TSelf>?
System.Private.Windows.Core.TestUtilities (3)
XUnit\FloatingPointDataAttribute.cs (1)
12where TNumber : struct, IBinaryFloatingPointIeee754<TNumber>, IMinMaxValue<TNumber>
XUnit\TestData.cs (2)
17where T : struct, IBinaryFloatingPointIeee754<T>, IMinMaxValue<T> 35where T : struct, IBinaryFloatingPointIeee754<T>, IMinMaxValue<T>
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
374[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.IBinaryFloatingPointIeee754<>))]