Decimal128 Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public value class Decimal128 : IComparable<System::Numerics::Decimal128>, IEquatable<System::Numerics::Decimal128>, IParsable<System::Numerics::Decimal128>, ISpanParsable<System::Numerics::Decimal128>, IUtf8SpanParsable<System::Numerics::Decimal128>, System::Numerics::IAdditionOperators<System::Numerics::Decimal128, System::Numerics::Decimal128, System::Numerics::Decimal128>, System::Numerics::IAdditiveIdentity<System::Numerics::Decimal128, System::Numerics::Decimal128>, System::Numerics::IComparisonOperators<System::Numerics::Decimal128, System::Numerics::Decimal128, bool>, System::Numerics::IDecimalFloatingPointIeee754<System::Numerics::Decimal128>, System::Numerics::IDecrementOperators<System::Numerics::Decimal128>, System::Numerics::IDivisionOperators<System::Numerics::Decimal128, System::Numerics::Decimal128, System::Numerics::Decimal128>, System::Numerics::IEqualityOperators<System::Numerics::Decimal128, System::Numerics::Decimal128, bool>, System::Numerics::IExponentialFunctions<System::Numerics::Decimal128>, System::Numerics::IFloatingPoint<System::Numerics::Decimal128>, System::Numerics::IFloatingPointConstants<System::Numerics::Decimal128>, System::Numerics::IFloatingPointIeee754<System::Numerics::Decimal128>, System::Numerics::IHyperbolicFunctions<System::Numerics::Decimal128>, System::Numerics::IIncrementOperators<System::Numerics::Decimal128>, System::Numerics::ILogarithmicFunctions<System::Numerics::Decimal128>, System::Numerics::IMinMaxValue<System::Numerics::Decimal128>, System::Numerics::IModulusOperators<System::Numerics::Decimal128, System::Numerics::Decimal128, System::Numerics::Decimal128>, System::Numerics::IMultiplicativeIdentity<System::Numerics::Decimal128, System::Numerics::Decimal128>, System::Numerics::IMultiplyOperators<System::Numerics::Decimal128, System::Numerics::Decimal128, System::Numerics::Decimal128>, System::Numerics::INumber<System::Numerics::Decimal128>, System::Numerics::INumberBase<System::Numerics::Decimal128>, System::Numerics::IPowerFunctions<System::Numerics::Decimal128>, System::Numerics::IRootFunctions<System::Numerics::Decimal128>, System::Numerics::ISignedNumber<System::Numerics::Decimal128>, System::Numerics::ISubtractionOperators<System::Numerics::Decimal128, System::Numerics::Decimal128, System::Numerics::Decimal128>, System::Numerics::ITrigonometricFunctions<System::Numerics::Decimal128>, System::Numerics::IUnaryNegationOperators<System::Numerics::Decimal128, System::Numerics::Decimal128>, System::Numerics::IUnaryPlusOperators<System::Numerics::Decimal128, System::Numerics::Decimal128>
public readonly struct Decimal128 : IComparable<System.Numerics.Decimal128>, IEquatable<System.Numerics.Decimal128>, IParsable<System.Numerics.Decimal128>, ISpanParsable<System.Numerics.Decimal128>, IUtf8SpanParsable<System.Numerics.Decimal128>, System.Numerics.IAdditionOperators<System.Numerics.Decimal128,System.Numerics.Decimal128,System.Numerics.Decimal128>, System.Numerics.IAdditiveIdentity<System.Numerics.Decimal128,System.Numerics.Decimal128>, System.Numerics.IComparisonOperators<System.Numerics.Decimal128,System.Numerics.Decimal128,bool>, System.Numerics.IDecimalFloatingPointIeee754<System.Numerics.Decimal128>, System.Numerics.IDecrementOperators<System.Numerics.Decimal128>, System.Numerics.IDivisionOperators<System.Numerics.Decimal128,System.Numerics.Decimal128,System.Numerics.Decimal128>, System.Numerics.IEqualityOperators<System.Numerics.Decimal128,System.Numerics.Decimal128,bool>, System.Numerics.IExponentialFunctions<System.Numerics.Decimal128>, System.Numerics.IFloatingPoint<System.Numerics.Decimal128>, System.Numerics.IFloatingPointConstants<System.Numerics.Decimal128>, System.Numerics.IFloatingPointIeee754<System.Numerics.Decimal128>, System.Numerics.IHyperbolicFunctions<System.Numerics.Decimal128>, System.Numerics.IIncrementOperators<System.Numerics.Decimal128>, System.Numerics.ILogarithmicFunctions<System.Numerics.Decimal128>, System.Numerics.IMinMaxValue<System.Numerics.Decimal128>, System.Numerics.IModulusOperators<System.Numerics.Decimal128,System.Numerics.Decimal128,System.Numerics.Decimal128>, System.Numerics.IMultiplicativeIdentity<System.Numerics.Decimal128,System.Numerics.Decimal128>, System.Numerics.IMultiplyOperators<System.Numerics.Decimal128,System.Numerics.Decimal128,System.Numerics.Decimal128>, System.Numerics.INumber<System.Numerics.Decimal128>, System.Numerics.INumberBase<System.Numerics.Decimal128>, System.Numerics.IPowerFunctions<System.Numerics.Decimal128>, System.Numerics.IRootFunctions<System.Numerics.Decimal128>, System.Numerics.ISignedNumber<System.Numerics.Decimal128>, System.Numerics.ISubtractionOperators<System.Numerics.Decimal128,System.Numerics.Decimal128,System.Numerics.Decimal128>, System.Numerics.ITrigonometricFunctions<System.Numerics.Decimal128>, System.Numerics.IUnaryNegationOperators<System.Numerics.Decimal128,System.Numerics.Decimal128>, System.Numerics.IUnaryPlusOperators<System.Numerics.Decimal128,System.Numerics.Decimal128>
type Decimal128 = struct
interface IFormattable
interface IParsable<Decimal128>
interface ISpanFormattable
interface ISpanParsable<Decimal128>
interface IUtf8SpanFormattable
interface IUtf8SpanParsable<Decimal128>
interface IAdditionOperators<Decimal128, Decimal128, Decimal128>
interface IAdditiveIdentity<Decimal128, Decimal128>
interface IComparisonOperators<Decimal128, Decimal128, bool>
interface IEqualityOperators<Decimal128, Decimal128, bool>
interface IDecimalFloatingPointIeee754<Decimal128>
interface IDecrementOperators<Decimal128>
interface IDivisionOperators<Decimal128, Decimal128, Decimal128>
interface IExponentialFunctions<Decimal128>
interface IFloatingPointConstants<Decimal128>
interface IIncrementOperators<Decimal128>
interface IMultiplicativeIdentity<Decimal128, Decimal128>
interface IMultiplyOperators<Decimal128, Decimal128, Decimal128>
interface INumberBase<Decimal128>
interface ISubtractionOperators<Decimal128, Decimal128, Decimal128>
interface IUnaryNegationOperators<Decimal128, Decimal128>
interface IUnaryPlusOperators<Decimal128, Decimal128>
interface IFloatingPoint<Decimal128>
interface IModulusOperators<Decimal128, Decimal128, Decimal128>
interface INumber<Decimal128>
interface ISignedNumber<Decimal128>
interface IFloatingPointIeee754<Decimal128>
interface IHyperbolicFunctions<Decimal128>
interface ILogarithmicFunctions<Decimal128>
interface IPowerFunctions<Decimal128>
interface IRootFunctions<Decimal128>
interface ITrigonometricFunctions<Decimal128>
interface IMinMaxValue<Decimal128>
Public Structure Decimal128
Implements IAdditionOperators(Of Decimal128, Decimal128, Decimal128), IAdditiveIdentity(Of Decimal128, Decimal128), IComparable(Of Decimal128), IComparisonOperators(Of Decimal128, Decimal128, Boolean), IDecimalFloatingPointIeee754(Of Decimal128), IDecrementOperators(Of Decimal128), IDivisionOperators(Of Decimal128, Decimal128, Decimal128), IEqualityOperators(Of Decimal128, Decimal128, Boolean), IEquatable(Of Decimal128), IExponentialFunctions(Of Decimal128), IFloatingPoint(Of Decimal128), IFloatingPointConstants(Of Decimal128), IFloatingPointIeee754(Of Decimal128), IHyperbolicFunctions(Of Decimal128), IIncrementOperators(Of Decimal128), ILogarithmicFunctions(Of Decimal128), IMinMaxValue(Of Decimal128), IModulusOperators(Of Decimal128, Decimal128, Decimal128), IMultiplicativeIdentity(Of Decimal128, Decimal128), IMultiplyOperators(Of Decimal128, Decimal128, Decimal128), INumber(Of Decimal128), INumberBase(Of Decimal128), IParsable(Of Decimal128), IPowerFunctions(Of Decimal128), IRootFunctions(Of Decimal128), ISignedNumber(Of Decimal128), ISpanParsable(Of Decimal128), ISubtractionOperators(Of Decimal128, Decimal128, Decimal128), ITrigonometricFunctions(Of Decimal128), IUnaryNegationOperators(Of Decimal128, Decimal128), IUnaryPlusOperators(Of Decimal128, Decimal128), IUtf8SpanParsable(Of Decimal128)
- Héritage
- Implémente
-
IComparable IComparable<Decimal128> IComparable<TSelf> IEquatable<Decimal128> IEquatable<TSelf> IFormattable IParsable<Decimal128> IParsable<TSelf> ISpanFormattable ISpanParsable<Decimal128> ISpanParsable<TSelf> IUtf8SpanFormattable IUtf8SpanParsable<Decimal128> IUtf8SpanParsable<TSelf> IAdditionOperators<Decimal128,Decimal128,Decimal128> IAdditionOperators<TSelf,TSelf,TSelf> IAdditiveIdentity<Decimal128,Decimal128> IAdditiveIdentity<TSelf,TSelf> IComparisonOperators<Decimal128,Decimal128,Boolean> IComparisonOperators<TSelf,TSelf,Boolean> IDecimalFloatingPointIeee754<Decimal128> IDecrementOperators<Decimal128> IDecrementOperators<TSelf> IDivisionOperators<Decimal128,Decimal128,Decimal128> IDivisionOperators<TSelf,TSelf,TSelf> IEqualityOperators<Decimal128,Decimal128,Boolean> IEqualityOperators<TSelf,TOther,TResult> IEqualityOperators<TSelf,TSelf,Boolean> IExponentialFunctions<Decimal128> IExponentialFunctions<TSelf> IFloatingPoint<Decimal128> IFloatingPoint<TSelf> IFloatingPointConstants<Decimal128> IFloatingPointConstants<TSelf> IFloatingPointIeee754<Decimal128> IFloatingPointIeee754<TSelf> IHyperbolicFunctions<Decimal128> IHyperbolicFunctions<TSelf> IIncrementOperators<Decimal128> IIncrementOperators<TSelf> ILogarithmicFunctions<Decimal128> ILogarithmicFunctions<TSelf> IMinMaxValue<Decimal128> IModulusOperators<Decimal128,Decimal128,Decimal128> IModulusOperators<TSelf,TSelf,TSelf> IMultiplicativeIdentity<Decimal128,Decimal128> IMultiplicativeIdentity<TSelf,TSelf> IMultiplyOperators<Decimal128,Decimal128,Decimal128> IMultiplyOperators<TSelf,TSelf,TSelf> INumber<Decimal128> INumber<TSelf> INumberBase<Decimal128> INumberBase<TSelf> IPowerFunctions<Decimal128> IPowerFunctions<TSelf> IRootFunctions<Decimal128> IRootFunctions<TSelf> ISignedNumber<Decimal128> ISignedNumber<TSelf> ISubtractionOperators<Decimal128,Decimal128,Decimal128> ISubtractionOperators<TSelf,TSelf,TSelf> ITrigonometricFunctions<Decimal128> ITrigonometricFunctions<TSelf> IUnaryNegationOperators<Decimal128,Decimal128> IUnaryNegationOperators<TSelf,TSelf> IUnaryPlusOperators<Decimal128,Decimal128> IUnaryPlusOperators<TSelf,TSelf>
Propriétés
| Nom | Description |
|---|---|
| E | |
| Epsilon | |
| MaxValue | |
| MinValue | |
| NaN | |
| NegativeInfinity | |
| NegativeOne | |
| NegativeZero | |
| One | |
| Pi | |
| PositiveInfinity | |
| Tau | |
| Zero | |