net11.0
namespace System.Numerics
{
    public readonly struct BFloat16 : IComparable, IComparable<BFloat16>, IEquatable<BFloat16>, IFormattable, IParsable<BFloat16>, ISpanFormattable, ISpanParsable<BFloat16>, IUtf8SpanFormattable, IUtf8SpanParsable<BFloat16>, IAdditionOperators<BFloat16, BFloat16, BFloat16>, IAdditiveIdentity<BFloat16, BFloat16>, IBinaryFloatingPointIeee754<BFloat16>, IBinaryNumber<BFloat16>, IBitwiseOperators<BFloat16, BFloat16, BFloat16>, IComparisonOperators<BFloat16, BFloat16, bool>, IDecrementOperators<BFloat16>, IDivisionOperators<BFloat16, BFloat16, BFloat16>, IEqualityOperators<BFloat16, BFloat16, bool>, IExponentialFunctions<BFloat16>, IFloatingPoint<BFloat16>, IFloatingPointConstants<BFloat16>, IFloatingPointIeee754<BFloat16>, IHyperbolicFunctions<BFloat16>, IIncrementOperators<BFloat16>, ILogarithmicFunctions<BFloat16>, IMinMaxValue<BFloat16>, IModulusOperators<BFloat16, BFloat16, BFloat16>, IMultiplicativeIdentity<BFloat16, BFloat16>, IMultiplyOperators<BFloat16, BFloat16, BFloat16>, INumber<BFloat16>, INumberBase<BFloat16>, IPowerFunctions<BFloat16>, IRootFunctions<BFloat16>, ISignedNumber<BFloat16>, ISubtractionOperators<BFloat16, BFloat16, BFloat16>, ITrigonometricFunctions<BFloat16>, IUnaryNegationOperators<BFloat16, BFloat16>, IUnaryPlusOperators<BFloat16, BFloat16>
    {
        public static BFloat16 Parse(ReadOnlySpan<char> s, NumberStyles style = NumberStyles.AllowThousands | NumberStyles.Float, IFormatProvider? provider = null);
    }
}
.NET
11.0
Information specific to net11.0
Assembly

System.Runtime , 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