net11.0
namespace System.Numerics
{
    public readonly struct Decimal64 : IComparable, IComparable<Decimal64>, IEquatable<Decimal64>, IFormattable, IParsable<Decimal64>, ISpanFormattable, ISpanParsable<Decimal64>, IUtf8SpanFormattable, IUtf8SpanParsable<Decimal64>, IAdditionOperators<Decimal64, Decimal64, Decimal64>, IAdditiveIdentity<Decimal64, Decimal64>, IComparisonOperators<Decimal64, Decimal64, bool>, IDecimalFloatingPointIeee754<Decimal64>, IDecrementOperators<Decimal64>, IDivisionOperators<Decimal64, Decimal64, Decimal64>, IEqualityOperators<Decimal64, Decimal64, bool>, IExponentialFunctions<Decimal64>, IFloatingPoint<Decimal64>, IFloatingPointConstants<Decimal64>, IFloatingPointIeee754<Decimal64>, IHyperbolicFunctions<Decimal64>, IIncrementOperators<Decimal64>, ILogarithmicFunctions<Decimal64>, IMinMaxValue<Decimal64>, IModulusOperators<Decimal64, Decimal64, Decimal64>, IMultiplicativeIdentity<Decimal64, Decimal64>, IMultiplyOperators<Decimal64, Decimal64, Decimal64>, INumber<Decimal64>, INumberBase<Decimal64>, IPowerFunctions<Decimal64>, IRootFunctions<Decimal64>, ISignedNumber<Decimal64>, ISubtractionOperators<Decimal64, Decimal64, Decimal64>, ITrigonometricFunctions<Decimal64>, IUnaryNegationOperators<Decimal64, Decimal64>, IUnaryPlusOperators<Decimal64, Decimal64>
    {
        [CLSCompliant(false)]
        public static explicit operator ushort(Decimal64 value);
    }
}
.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