|
6 | 6 | <TypeSignature Language="F#" Value="type IExponentialFunctions<'Self (requires 'Self :> IExponentialFunctions<'Self>)> = interface
 interface IFloatingPointConstants<'Self (requires 'Self :> IExponentialFunctions<'Self>)>
 interface INumberBase<'Self (requires 'Self :> IExponentialFunctions<'Self>)>
 interface IEquatable<'Self (requires 'Self :> IExponentialFunctions<'Self>)>
 interface IFormattable
 interface IParsable<'Self (requires 'Self :> IExponentialFunctions<'Self>)>
 interface ISpanFormattable
 interface ISpanParsable<'Self (requires 'Self :> IExponentialFunctions<'Self>)>
 interface IAdditionOperators<'Self, 'Self, 'Self (requires 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self>)>
 interface IAdditiveIdentity<'Self, 'Self (requires 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self>)>
 interface IDecrementOperators<'Self (requires 'Self :> IExponentialFunctions<'Self>)>
 interface IDivisionOperators<'Self, 'Self, 'Self (requires 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self>)>
 interface IEqualityOperators<'Self, 'Self, bool (requires 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self>)>
 interface IIncrementOperators<'Self (requires 'Self :> IExponentialFunctions<'Self>)>
 interface IMultiplicativeIdentity<'Self, 'Self (requires 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self>)>
 interface IMultiplyOperators<'Self, 'Self, 'Self (requires 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self>)>
 interface ISubtractionOperators<'Self, 'Self, 'Self (requires 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self>)>
 interface IUnaryNegationOperators<'Self, 'Self (requires 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self>)>
 interface IUnaryPlusOperators<'Self, 'Self (requires 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self>)>" FrameworkAlternate="net-7.0" />
|
7 | 7 | <TypeSignature Language="C++ CLI" Value="generic <typename TSelf>
 where TSelf : IExponentialFunctions<TSelf>public interface class IExponentialFunctions : IEquatable<TSelf>, IParsable<TSelf>, ISpanParsable<TSelf>, System::Numerics::IAdditionOperators<TSelf, TSelf, TSelf>, System::Numerics::IAdditiveIdentity<TSelf, TSelf>, System::Numerics::IDecrementOperators<TSelf>, System::Numerics::IDivisionOperators<TSelf, TSelf, TSelf>, System::Numerics::IEqualityOperators<TSelf, TSelf, bool>, System::Numerics::IFloatingPointConstants<TSelf>, System::Numerics::IIncrementOperators<TSelf>, System::Numerics::IMultiplicativeIdentity<TSelf, TSelf>, System::Numerics::IMultiplyOperators<TSelf, TSelf, TSelf>, System::Numerics::INumberBase<TSelf>, System::Numerics::ISubtractionOperators<TSelf, TSelf, TSelf>, System::Numerics::IUnaryNegationOperators<TSelf, TSelf>, System::Numerics::IUnaryPlusOperators<TSelf, TSelf>" FrameworkAlternate="net-7.0" />
|
8 | 8 | <TypeSignature Language="C#" Value="public interface IExponentialFunctions<TSelf> : IEquatable<TSelf>, IParsable<TSelf>, ISpanParsable<TSelf>, IUtf8SpanParsable<TSelf>, System.Numerics.IAdditionOperators<TSelf,TSelf,TSelf>, System.Numerics.IAdditiveIdentity<TSelf,TSelf>, System.Numerics.IDecrementOperators<TSelf>, System.Numerics.IDivisionOperators<TSelf,TSelf,TSelf>, System.Numerics.IEqualityOperators<TSelf,TSelf,bool>, System.Numerics.IFloatingPointConstants<TSelf>, System.Numerics.IIncrementOperators<TSelf>, System.Numerics.IMultiplicativeIdentity<TSelf,TSelf>, System.Numerics.IMultiplyOperators<TSelf,TSelf,TSelf>, System.Numerics.INumberBase<TSelf>, System.Numerics.ISubtractionOperators<TSelf,TSelf,TSelf>, System.Numerics.IUnaryNegationOperators<TSelf,TSelf>, System.Numerics.IUnaryPlusOperators<TSelf,TSelf> where TSelf : IExponentialFunctions<TSelf>" FrameworkAlternate="net-8.0" />
|
9 |
| - <TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract beforefieldinit IExponentialFunctions`1<(class System.Numerics.IExponentialFunctions`1<!TSelf>) TSelf> implements class System.IEquatable`1<!TSelf>, class System.IFormattable, class System.IParsable`1<!TSelf>, class System.ISpanFormattable, class System.ISpanParsable`1<!TSelf>, class System.IUtf8SpanParsable`1<!TSelf>, class System.Numerics.IAdditionOperators`3<!TSelf, !TSelf, !TSelf>, class System.Numerics.IAdditiveIdentity`2<!TSelf, !TSelf>, class System.Numerics.IDecrementOperators`1<!TSelf>, class System.Numerics.IDivisionOperators`3<!TSelf, !TSelf, !TSelf>, class System.Numerics.IEqualityOperators`3<!TSelf, !TSelf, bool>, class System.Numerics.IFloatingPointConstants`1<!TSelf>, class System.Numerics.IIncrementOperators`1<!TSelf>, class System.Numerics.IMultiplicativeIdentity`2<!TSelf, !TSelf>, class System.Numerics.IMultiplyOperators`3<!TSelf, !TSelf, !TSelf>, class System.Numerics.INumberBase`1<!TSelf>, class System.Numerics.ISubtractionOperators`3<!TSelf, !TSelf, !TSelf>, class System.Numerics.IUnaryNegationOperators`2<!TSelf, !TSelf>, class System.Numerics.IUnaryPlusOperators`2<!TSelf, !TSelf>" FrameworkAlternate="net-8.0" /> |
| 9 | + <TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract beforefieldinit IExponentialFunctions`1<(class System.Numerics.IExponentialFunctions`1<!TSelf>) TSelf> implements class System.IEquatable`1<!TSelf>, class System.IFormattable, class System.IParsable`1<!TSelf>, class System.ISpanFormattable, class System.ISpanParsable`1<!TSelf>, class System.IUtf8SpanFormattable, class System.IUtf8SpanParsable`1<!TSelf>, class System.Numerics.IAdditionOperators`3<!TSelf, !TSelf, !TSelf>, class System.Numerics.IAdditiveIdentity`2<!TSelf, !TSelf>, class System.Numerics.IDecrementOperators`1<!TSelf>, class System.Numerics.IDivisionOperators`3<!TSelf, !TSelf, !TSelf>, class System.Numerics.IEqualityOperators`3<!TSelf, !TSelf, bool>, class System.Numerics.IFloatingPointConstants`1<!TSelf>, class System.Numerics.IIncrementOperators`1<!TSelf>, class System.Numerics.IMultiplicativeIdentity`2<!TSelf, !TSelf>, class System.Numerics.IMultiplyOperators`3<!TSelf, !TSelf, !TSelf>, class System.Numerics.INumberBase`1<!TSelf>, class System.Numerics.ISubtractionOperators`3<!TSelf, !TSelf, !TSelf>, class System.Numerics.IUnaryNegationOperators`2<!TSelf, !TSelf>, class System.Numerics.IUnaryPlusOperators`2<!TSelf, !TSelf>" FrameworkAlternate="net-8.0" /> |
10 | 10 | <TypeSignature Language="VB.NET" Value="Public Interface IExponentialFunctions(Of TSelf)
Implements IAdditionOperators(Of TSelf, TSelf, TSelf), IAdditiveIdentity(Of TSelf, TSelf), IDecrementOperators(Of TSelf), IDivisionOperators(Of TSelf, TSelf, TSelf), IEqualityOperators(Of TSelf, TSelf, Boolean), IEquatable(Of TSelf), IFloatingPointConstants(Of TSelf), IIncrementOperators(Of TSelf), IMultiplicativeIdentity(Of TSelf, TSelf), IMultiplyOperators(Of TSelf, TSelf, TSelf), INumberBase(Of TSelf), IParsable(Of TSelf), ISpanParsable(Of TSelf), ISubtractionOperators(Of TSelf, TSelf, TSelf), IUnaryNegationOperators(Of TSelf, TSelf), IUnaryPlusOperators(Of TSelf, TSelf), IUtf8SpanParsable(Of TSelf)" FrameworkAlternate="net-8.0" />
|
11 |
| - <TypeSignature Language="F#" Value="type IExponentialFunctions<'Self (requires 'Self :> IExponentialFunctions<'Self>)> = interface
 interface IFloatingPointConstants<'Self (requires 'Self :> IExponentialFunctions<'Self>)>
 interface INumberBase<'Self (requires 'Self :> IExponentialFunctions<'Self>)>
 interface IEquatable<'Self (requires 'Self :> IExponentialFunctions<'Self>)>
 interface IFormattable
 interface IParsable<'Self (requires 'Self :> IExponentialFunctions<'Self>)>
 interface ISpanFormattable
 interface ISpanParsable<'Self (requires 'Self :> IExponentialFunctions<'Self>)>
 interface IAdditionOperators<'Self, 'Self, 'Self (requires 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self>)>
 interface IAdditiveIdentity<'Self, 'Self (requires 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self>)>
 interface IDecrementOperators<'Self (requires 'Self :> IExponentialFunctions<'Self>)>
 interface IDivisionOperators<'Self, 'Self, 'Self (requires 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self>)>
 interface IEqualityOperators<'Self, 'Self, bool (requires 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self>)>
 interface IIncrementOperators<'Self (requires 'Self :> IExponentialFunctions<'Self>)>
 interface IMultiplicativeIdentity<'Self, 'Self (requires 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self>)>
 interface IMultiplyOperators<'Self, 'Self, 'Self (requires 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self>)>
 interface ISubtractionOperators<'Self, 'Self, 'Self (requires 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self>)>
 interface IUnaryNegationOperators<'Self, 'Self (requires 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self>)>
 interface IUnaryPlusOperators<'Self, 'Self (requires 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self>)>
 interface IUtf8SpanParsable<'Self (requires 'Self :> IExponentialFunctions<'Self>)>" FrameworkAlternate="net-8.0" /> |
| 11 | + <TypeSignature Language="F#" Value="type IExponentialFunctions<'Self (requires 'Self :> IExponentialFunctions<'Self>)> = interface
 interface IFloatingPointConstants<'Self (requires 'Self :> IExponentialFunctions<'Self>)>
 interface INumberBase<'Self (requires 'Self :> IExponentialFunctions<'Self>)>
 interface IEquatable<'Self (requires 'Self :> IExponentialFunctions<'Self>)>
 interface IFormattable
 interface IParsable<'Self (requires 'Self :> IExponentialFunctions<'Self>)>
 interface ISpanFormattable
 interface ISpanParsable<'Self (requires 'Self :> IExponentialFunctions<'Self>)>
 interface IAdditionOperators<'Self, 'Self, 'Self (requires 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self>)>
 interface IAdditiveIdentity<'Self, 'Self (requires 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self>)>
 interface IDecrementOperators<'Self (requires 'Self :> IExponentialFunctions<'Self>)>
 interface IDivisionOperators<'Self, 'Self, 'Self (requires 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self>)>
 interface IEqualityOperators<'Self, 'Self, bool (requires 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self>)>
 interface IIncrementOperators<'Self (requires 'Self :> IExponentialFunctions<'Self>)>
 interface IMultiplicativeIdentity<'Self, 'Self (requires 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self>)>
 interface IMultiplyOperators<'Self, 'Self, 'Self (requires 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self>)>
 interface ISubtractionOperators<'Self, 'Self, 'Self (requires 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self>)>
 interface IUnaryNegationOperators<'Self, 'Self (requires 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self>)>
 interface IUnaryPlusOperators<'Self, 'Self (requires 'Self :> IExponentialFunctions<'Self> and 'Self :> IExponentialFunctions<'Self>)>
 interface IUtf8SpanFormattable
 interface IUtf8SpanParsable<'Self (requires 'Self :> IExponentialFunctions<'Self>)>" FrameworkAlternate="net-8.0" /> |
12 | 12 | <TypeSignature Language="C++ CLI" Value="generic <typename TSelf>
 where TSelf : IExponentialFunctions<TSelf>public interface class IExponentialFunctions : IEquatable<TSelf>, IParsable<TSelf>, ISpanParsable<TSelf>, IUtf8SpanParsable<TSelf>, System::Numerics::IAdditionOperators<TSelf, TSelf, TSelf>, System::Numerics::IAdditiveIdentity<TSelf, TSelf>, System::Numerics::IDecrementOperators<TSelf>, System::Numerics::IDivisionOperators<TSelf, TSelf, TSelf>, System::Numerics::IEqualityOperators<TSelf, TSelf, bool>, System::Numerics::IFloatingPointConstants<TSelf>, System::Numerics::IIncrementOperators<TSelf>, System::Numerics::IMultiplicativeIdentity<TSelf, TSelf>, System::Numerics::IMultiplyOperators<TSelf, TSelf, TSelf>, System::Numerics::INumberBase<TSelf>, System::Numerics::ISubtractionOperators<TSelf, TSelf, TSelf>, System::Numerics::IUnaryNegationOperators<TSelf, TSelf>, System::Numerics::IUnaryPlusOperators<TSelf, TSelf>" FrameworkAlternate="net-8.0" />
|
13 | 13 | <AssemblyInfo>
|
14 | 14 | <AssemblyName>System.Runtime</AssemblyName>
|
|
83 | 83 | <Interface>
|
84 | 84 | <InterfaceName>System.Numerics.IUnaryPlusOperators<TSelf,TSelf></InterfaceName>
|
85 | 85 | </Interface>
|
| 86 | + <Interface FrameworkAlternate="net-8.0"> |
| 87 | + <InterfaceName>System.IUtf8SpanFormattable</InterfaceName> |
| 88 | + </Interface> |
86 | 89 | <Interface FrameworkAlternate="net-8.0">
|
87 | 90 | <InterfaceName>System.IUtf8SpanParsable<TSelf></InterfaceName>
|
88 | 91 | </Interface>
|
|
0 commit comments