BFloat16 Struct
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
public value class BFloat16 : IComparable<System::Numerics::BFloat16>, IEquatable<System::Numerics::BFloat16>, IParsable<System::Numerics::BFloat16>, ISpanParsable<System::Numerics::BFloat16>, IUtf8SpanParsable<System::Numerics::BFloat16>, System::Numerics::IAdditionOperators<System::Numerics::BFloat16, System::Numerics::BFloat16, System::Numerics::BFloat16>, System::Numerics::IAdditiveIdentity<System::Numerics::BFloat16, System::Numerics::BFloat16>, System::Numerics::IBinaryFloatingPointIeee754<System::Numerics::BFloat16>, System::Numerics::IBinaryNumber<System::Numerics::BFloat16>, System::Numerics::IBitwiseOperators<System::Numerics::BFloat16, System::Numerics::BFloat16, System::Numerics::BFloat16>, System::Numerics::IComparisonOperators<System::Numerics::BFloat16, System::Numerics::BFloat16, bool>, System::Numerics::IDecrementOperators<System::Numerics::BFloat16>, System::Numerics::IDivisionOperators<System::Numerics::BFloat16, System::Numerics::BFloat16, System::Numerics::BFloat16>, System::Numerics::IEqualityOperators<System::Numerics::BFloat16, System::Numerics::BFloat16, bool>, System::Numerics::IExponentialFunctions<System::Numerics::BFloat16>, System::Numerics::IFloatingPoint<System::Numerics::BFloat16>, System::Numerics::IFloatingPointConstants<System::Numerics::BFloat16>, System::Numerics::IFloatingPointIeee754<System::Numerics::BFloat16>, System::Numerics::IHyperbolicFunctions<System::Numerics::BFloat16>, System::Numerics::IIncrementOperators<System::Numerics::BFloat16>, System::Numerics::ILogarithmicFunctions<System::Numerics::BFloat16>, System::Numerics::IMinMaxValue<System::Numerics::BFloat16>, System::Numerics::IModulusOperators<System::Numerics::BFloat16, System::Numerics::BFloat16, System::Numerics::BFloat16>, System::Numerics::IMultiplicativeIdentity<System::Numerics::BFloat16, System::Numerics::BFloat16>, System::Numerics::IMultiplyOperators<System::Numerics::BFloat16, System::Numerics::BFloat16, System::Numerics::BFloat16>, System::Numerics::INumber<System::Numerics::BFloat16>, System::Numerics::INumberBase<System::Numerics::BFloat16>, System::Numerics::IPowerFunctions<System::Numerics::BFloat16>, System::Numerics::IRootFunctions<System::Numerics::BFloat16>, System::Numerics::ISignedNumber<System::Numerics::BFloat16>, System::Numerics::ISubtractionOperators<System::Numerics::BFloat16, System::Numerics::BFloat16, System::Numerics::BFloat16>, System::Numerics::ITrigonometricFunctions<System::Numerics::BFloat16>, System::Numerics::IUnaryNegationOperators<System::Numerics::BFloat16, System::Numerics::BFloat16>, System::Numerics::IUnaryPlusOperators<System::Numerics::BFloat16, System::Numerics::BFloat16>
public readonly struct BFloat16 : IComparable<System.Numerics.BFloat16>, IEquatable<System.Numerics.BFloat16>, IParsable<System.Numerics.BFloat16>, ISpanParsable<System.Numerics.BFloat16>, IUtf8SpanParsable<System.Numerics.BFloat16>, System.Numerics.IAdditionOperators<System.Numerics.BFloat16,System.Numerics.BFloat16,System.Numerics.BFloat16>, System.Numerics.IAdditiveIdentity<System.Numerics.BFloat16,System.Numerics.BFloat16>, System.Numerics.IBinaryFloatingPointIeee754<System.Numerics.BFloat16>, System.Numerics.IBinaryNumber<System.Numerics.BFloat16>, System.Numerics.IBitwiseOperators<System.Numerics.BFloat16,System.Numerics.BFloat16,System.Numerics.BFloat16>, System.Numerics.IComparisonOperators<System.Numerics.BFloat16,System.Numerics.BFloat16,bool>, System.Numerics.IDecrementOperators<System.Numerics.BFloat16>, System.Numerics.IDivisionOperators<System.Numerics.BFloat16,System.Numerics.BFloat16,System.Numerics.BFloat16>, System.Numerics.IEqualityOperators<System.Numerics.BFloat16,System.Numerics.BFloat16,bool>, System.Numerics.IExponentialFunctions<System.Numerics.BFloat16>, System.Numerics.IFloatingPoint<System.Numerics.BFloat16>, System.Numerics.IFloatingPointConstants<System.Numerics.BFloat16>, System.Numerics.IFloatingPointIeee754<System.Numerics.BFloat16>, System.Numerics.IHyperbolicFunctions<System.Numerics.BFloat16>, System.Numerics.IIncrementOperators<System.Numerics.BFloat16>, System.Numerics.ILogarithmicFunctions<System.Numerics.BFloat16>, System.Numerics.IMinMaxValue<System.Numerics.BFloat16>, System.Numerics.IModulusOperators<System.Numerics.BFloat16,System.Numerics.BFloat16,System.Numerics.BFloat16>, System.Numerics.IMultiplicativeIdentity<System.Numerics.BFloat16,System.Numerics.BFloat16>, System.Numerics.IMultiplyOperators<System.Numerics.BFloat16,System.Numerics.BFloat16,System.Numerics.BFloat16>, System.Numerics.INumber<System.Numerics.BFloat16>, System.Numerics.INumberBase<System.Numerics.BFloat16>, System.Numerics.IPowerFunctions<System.Numerics.BFloat16>, System.Numerics.IRootFunctions<System.Numerics.BFloat16>, System.Numerics.ISignedNumber<System.Numerics.BFloat16>, System.Numerics.ISubtractionOperators<System.Numerics.BFloat16,System.Numerics.BFloat16,System.Numerics.BFloat16>, System.Numerics.ITrigonometricFunctions<System.Numerics.BFloat16>, System.Numerics.IUnaryNegationOperators<System.Numerics.BFloat16,System.Numerics.BFloat16>, System.Numerics.IUnaryPlusOperators<System.Numerics.BFloat16,System.Numerics.BFloat16>
type BFloat16 = struct
interface IFormattable
interface IParsable<BFloat16>
interface ISpanFormattable
interface ISpanParsable<BFloat16>
interface IUtf8SpanFormattable
interface IUtf8SpanParsable<BFloat16>
interface IAdditionOperators<BFloat16, BFloat16, BFloat16>
interface IAdditiveIdentity<BFloat16, BFloat16>
interface IBinaryFloatingPointIeee754<BFloat16>
interface IBinaryNumber<BFloat16>
interface IBitwiseOperators<BFloat16, BFloat16, BFloat16>
interface IComparisonOperators<BFloat16, BFloat16, bool>
interface IEqualityOperators<BFloat16, BFloat16, bool>
interface IDecrementOperators<BFloat16>
interface IDivisionOperators<BFloat16, BFloat16, BFloat16>
interface IIncrementOperators<BFloat16>
interface IModulusOperators<BFloat16, BFloat16, BFloat16>
interface IMultiplicativeIdentity<BFloat16, BFloat16>
interface IMultiplyOperators<BFloat16, BFloat16, BFloat16>
interface INumber<BFloat16>
interface INumberBase<BFloat16>
interface ISubtractionOperators<BFloat16, BFloat16, BFloat16>
interface IUnaryNegationOperators<BFloat16, BFloat16>
interface IUnaryPlusOperators<BFloat16, BFloat16>
interface IExponentialFunctions<BFloat16>
interface IFloatingPointConstants<BFloat16>
interface IFloatingPoint<BFloat16>
interface ISignedNumber<BFloat16>
interface IFloatingPointIeee754<BFloat16>
interface IHyperbolicFunctions<BFloat16>
interface ILogarithmicFunctions<BFloat16>
interface IPowerFunctions<BFloat16>
interface IRootFunctions<BFloat16>
interface ITrigonometricFunctions<BFloat16>
interface IMinMaxValue<BFloat16>
Public Structure BFloat16
Implements IAdditionOperators(Of BFloat16, BFloat16, BFloat16), IAdditiveIdentity(Of BFloat16, BFloat16), IBinaryFloatingPointIeee754(Of BFloat16), IBinaryNumber(Of BFloat16), IBitwiseOperators(Of BFloat16, BFloat16, BFloat16), IComparable(Of BFloat16), IComparisonOperators(Of BFloat16, BFloat16, Boolean), IDecrementOperators(Of BFloat16), IDivisionOperators(Of BFloat16, BFloat16, BFloat16), IEqualityOperators(Of BFloat16, BFloat16, Boolean), IEquatable(Of BFloat16), IExponentialFunctions(Of BFloat16), IFloatingPoint(Of BFloat16), IFloatingPointConstants(Of BFloat16), IFloatingPointIeee754(Of BFloat16), IHyperbolicFunctions(Of BFloat16), IIncrementOperators(Of BFloat16), ILogarithmicFunctions(Of BFloat16), IMinMaxValue(Of BFloat16), IModulusOperators(Of BFloat16, BFloat16, BFloat16), IMultiplicativeIdentity(Of BFloat16, BFloat16), IMultiplyOperators(Of BFloat16, BFloat16, BFloat16), INumber(Of BFloat16), INumberBase(Of BFloat16), IParsable(Of BFloat16), IPowerFunctions(Of BFloat16), IRootFunctions(Of BFloat16), ISignedNumber(Of BFloat16), ISpanParsable(Of BFloat16), ISubtractionOperators(Of BFloat16, BFloat16, BFloat16), ITrigonometricFunctions(Of BFloat16), IUnaryNegationOperators(Of BFloat16, BFloat16), IUnaryPlusOperators(Of BFloat16, BFloat16), IUtf8SpanParsable(Of BFloat16)
- Ereditarietà
- Implementazioni
-
IComparable IComparable<BFloat16> IComparable<TSelf> IEquatable<BFloat16> IEquatable<TSelf> IFormattable IParsable<BFloat16> IParsable<TSelf> ISpanFormattable ISpanParsable<BFloat16> ISpanParsable<TSelf> IUtf8SpanFormattable IUtf8SpanParsable<BFloat16> IUtf8SpanParsable<TSelf> IAdditionOperators<BFloat16,BFloat16,BFloat16> IAdditionOperators<TSelf,TSelf,TSelf> IAdditiveIdentity<BFloat16,BFloat16> IAdditiveIdentity<TSelf,TSelf> IBinaryFloatingPointIeee754<BFloat16> IBinaryNumber<BFloat16> IBinaryNumber<TSelf> IBitwiseOperators<BFloat16,BFloat16,BFloat16> IBitwiseOperators<TSelf,TSelf,TSelf> IComparisonOperators<BFloat16,BFloat16,Boolean> IComparisonOperators<TSelf,TSelf,Boolean> IDecrementOperators<BFloat16> IDecrementOperators<TSelf> IDivisionOperators<BFloat16,BFloat16,BFloat16> IDivisionOperators<TSelf,TSelf,TSelf> IEqualityOperators<BFloat16,BFloat16,Boolean> IEqualityOperators<TSelf,TOther,TResult> IEqualityOperators<TSelf,TSelf,Boolean> IExponentialFunctions<BFloat16> IExponentialFunctions<TSelf> IFloatingPoint<BFloat16> IFloatingPoint<TSelf> IFloatingPointConstants<BFloat16> IFloatingPointConstants<TSelf> IFloatingPointIeee754<BFloat16> IFloatingPointIeee754<TSelf> IHyperbolicFunctions<BFloat16> IHyperbolicFunctions<TSelf> IIncrementOperators<BFloat16> IIncrementOperators<TSelf> ILogarithmicFunctions<BFloat16> ILogarithmicFunctions<TSelf> IMinMaxValue<BFloat16> IModulusOperators<BFloat16,BFloat16,BFloat16> IModulusOperators<TSelf,TSelf,TSelf> IMultiplicativeIdentity<BFloat16,BFloat16> IMultiplicativeIdentity<TSelf,TSelf> IMultiplyOperators<BFloat16,BFloat16,BFloat16> IMultiplyOperators<TSelf,TSelf,TSelf> INumber<BFloat16> INumber<TSelf> INumberBase<BFloat16> INumberBase<TSelf> IPowerFunctions<BFloat16> IPowerFunctions<TSelf> IRootFunctions<BFloat16> IRootFunctions<TSelf> ISignedNumber<BFloat16> ISignedNumber<TSelf> ISubtractionOperators<BFloat16,BFloat16,BFloat16> ISubtractionOperators<TSelf,TSelf,TSelf> ITrigonometricFunctions<BFloat16> ITrigonometricFunctions<TSelf> IUnaryNegationOperators<BFloat16,BFloat16> IUnaryNegationOperators<TSelf,TSelf> IUnaryPlusOperators<BFloat16,BFloat16> IUnaryPlusOperators<TSelf,TSelf>
Proprietà
| Nome | Descrizione |
|---|---|
| E | |
| Epsilon | |
| MaxValue | |
| MinValue | |
| MultiplicativeIdentity | |
| NaN | |
| NegativeInfinity | |
| NegativeOne | |
| NegativeZero | |
| One | |
| Pi | |
| PositiveInfinity | |
| Tau | |
| Zero | |