net11.0
namespace System.Numerics
{
    public readonly struct Complex<T> : IEquatable<Complex<T>>, IFormattable, IParsable<Complex<T>>, ISpanFormattable, ISpanParsable<Complex<T>>, IUtf8SpanFormattable, IUtf8SpanParsable<Complex<T>>, IAdditionOperators<Complex<T>, Complex<T>, Complex<T>>, IAdditiveIdentity<Complex<T>, Complex<T>>, IDecrementOperators<Complex<T>>, IDivisionOperators<Complex<T>, Complex<T>, Complex<T>>, IEqualityOperators<Complex<T>, Complex<T>, bool>, IIncrementOperators<Complex<T>>, IMultiplicativeIdentity<Complex<T>, Complex<T>>, IMultiplyOperators<Complex<T>, Complex<T>, Complex<T>>, INumberBase<Complex<T>>, ISignedNumber<Complex<T>>, ISubtractionOperators<Complex<T>, Complex<T>, Complex<T>>, IUnaryNegationOperators<Complex<T>, Complex<T>>, IUnaryPlusOperators<Complex<T>, Complex<T>>
        where T, IFloatingPointIeee754<T>!, IMinMaxValue<T>!
    {
        public static bool TryParse(ReadOnlySpan<char> s, IFormatProvider? provider, out Complex<T> result);
    }
}
.NET
11.0
Information specific to net11.0
Assembly

System.Runtime.Numerics , Version=11.0.0.0, PublicKeyToken=b03f5f7f11d50a3a

Referencing

The API is automatically referenced.

Preview The API is contained in a preview framework.
Platform Restrictions

This API is supported on all platforms.

  • Built-in API
  • Package-provided API