net9.0
namespace System.Numerics
{
public readonly struct Complex : IEquatable<Complex>, IFormattable, IParsable<Complex>, ISpanFormattable, ISpanParsable<Complex>, IUtf8SpanFormattable, IUtf8SpanParsable<Complex>, IAdditionOperators<Complex, Complex, Complex>, IAdditiveIdentity<Complex, Complex>, IDecrementOperators<Complex>, IDivisionOperators<Complex, Complex, Complex>, IEqualityOperators<Complex, Complex, bool>, IIncrementOperators<Complex>, IMultiplicativeIdentity<Complex, Complex>, IMultiplyOperators<Complex, Complex, Complex>, INumberBase<Complex>, ISignedNumber<Complex>, ISubtractionOperators<Complex, Complex, Complex>, IUnaryNegationOperators<Complex, Complex>, IUnaryPlusOperators<Complex, Complex>
{
public static Complex operator +(Complex left, double right);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
Upgrade Planner | 0.0 %
Reference this API |
.NET | 5.06.07.08.09.0 |
.NET Core | 3.03.1 |
Information specific to net9.0 | |
Assembly | System.Runtime.Numerics , Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is supported on all platforms. |