Decimal32 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 Decimal32 : IComparable<System::Numerics::Decimal32>, IEquatable<System::Numerics::Decimal32>, IParsable<System::Numerics::Decimal32>, ISpanParsable<System::Numerics::Decimal32>, IUtf8SpanParsable<System::Numerics::Decimal32>, System::Numerics::IAdditionOperators<System::Numerics::Decimal32, System::Numerics::Decimal32, System::Numerics::Decimal32>, System::Numerics::IAdditiveIdentity<System::Numerics::Decimal32, System::Numerics::Decimal32>, System::Numerics::IComparisonOperators<System::Numerics::Decimal32, System::Numerics::Decimal32, bool>, System::Numerics::IDecimalFloatingPointIeee754<System::Numerics::Decimal32>, System::Numerics::IDecrementOperators<System::Numerics::Decimal32>, System::Numerics::IDivisionOperators<System::Numerics::Decimal32, System::Numerics::Decimal32, System::Numerics::Decimal32>, System::Numerics::IEqualityOperators<System::Numerics::Decimal32, System::Numerics::Decimal32, bool>, System::Numerics::IExponentialFunctions<System::Numerics::Decimal32>, System::Numerics::IFloatingPoint<System::Numerics::Decimal32>, System::Numerics::IFloatingPointConstants<System::Numerics::Decimal32>, System::Numerics::IFloatingPointIeee754<System::Numerics::Decimal32>, System::Numerics::IHyperbolicFunctions<System::Numerics::Decimal32>, System::Numerics::IIncrementOperators<System::Numerics::Decimal32>, System::Numerics::ILogarithmicFunctions<System::Numerics::Decimal32>, System::Numerics::IMinMaxValue<System::Numerics::Decimal32>, System::Numerics::IModulusOperators<System::Numerics::Decimal32, System::Numerics::Decimal32, System::Numerics::Decimal32>, System::Numerics::IMultiplicativeIdentity<System::Numerics::Decimal32, System::Numerics::Decimal32>, System::Numerics::IMultiplyOperators<System::Numerics::Decimal32, System::Numerics::Decimal32, System::Numerics::Decimal32>, System::Numerics::INumber<System::Numerics::Decimal32>, System::Numerics::INumberBase<System::Numerics::Decimal32>, System::Numerics::IPowerFunctions<System::Numerics::Decimal32>, System::Numerics::IRootFunctions<System::Numerics::Decimal32>, System::Numerics::ISignedNumber<System::Numerics::Decimal32>, System::Numerics::ISubtractionOperators<System::Numerics::Decimal32, System::Numerics::Decimal32, System::Numerics::Decimal32>, System::Numerics::ITrigonometricFunctions<System::Numerics::Decimal32>, System::Numerics::IUnaryNegationOperators<System::Numerics::Decimal32, System::Numerics::Decimal32>, System::Numerics::IUnaryPlusOperators<System::Numerics::Decimal32, System::Numerics::Decimal32>
public readonly struct Decimal32 : IComparable<System.Numerics.Decimal32>, IEquatable<System.Numerics.Decimal32>, IParsable<System.Numerics.Decimal32>, ISpanParsable<System.Numerics.Decimal32>, IUtf8SpanParsable<System.Numerics.Decimal32>, System.Numerics.IAdditionOperators<System.Numerics.Decimal32,System.Numerics.Decimal32,System.Numerics.Decimal32>, System.Numerics.IAdditiveIdentity<System.Numerics.Decimal32,System.Numerics.Decimal32>, System.Numerics.IComparisonOperators<System.Numerics.Decimal32,System.Numerics.Decimal32,bool>, System.Numerics.IDecimalFloatingPointIeee754<System.Numerics.Decimal32>, System.Numerics.IDecrementOperators<System.Numerics.Decimal32>, System.Numerics.IDivisionOperators<System.Numerics.Decimal32,System.Numerics.Decimal32,System.Numerics.Decimal32>, System.Numerics.IEqualityOperators<System.Numerics.Decimal32,System.Numerics.Decimal32,bool>, System.Numerics.IExponentialFunctions<System.Numerics.Decimal32>, System.Numerics.IFloatingPoint<System.Numerics.Decimal32>, System.Numerics.IFloatingPointConstants<System.Numerics.Decimal32>, System.Numerics.IFloatingPointIeee754<System.Numerics.Decimal32>, System.Numerics.IHyperbolicFunctions<System.Numerics.Decimal32>, System.Numerics.IIncrementOperators<System.Numerics.Decimal32>, System.Numerics.ILogarithmicFunctions<System.Numerics.Decimal32>, System.Numerics.IMinMaxValue<System.Numerics.Decimal32>, System.Numerics.IModulusOperators<System.Numerics.Decimal32,System.Numerics.Decimal32,System.Numerics.Decimal32>, System.Numerics.IMultiplicativeIdentity<System.Numerics.Decimal32,System.Numerics.Decimal32>, System.Numerics.IMultiplyOperators<System.Numerics.Decimal32,System.Numerics.Decimal32,System.Numerics.Decimal32>, System.Numerics.INumber<System.Numerics.Decimal32>, System.Numerics.INumberBase<System.Numerics.Decimal32>, System.Numerics.IPowerFunctions<System.Numerics.Decimal32>, System.Numerics.IRootFunctions<System.Numerics.Decimal32>, System.Numerics.ISignedNumber<System.Numerics.Decimal32>, System.Numerics.ISubtractionOperators<System.Numerics.Decimal32,System.Numerics.Decimal32,System.Numerics.Decimal32>, System.Numerics.ITrigonometricFunctions<System.Numerics.Decimal32>, System.Numerics.IUnaryNegationOperators<System.Numerics.Decimal32,System.Numerics.Decimal32>, System.Numerics.IUnaryPlusOperators<System.Numerics.Decimal32,System.Numerics.Decimal32>
type Decimal32 = struct
interface IFormattable
interface IParsable<Decimal32>
interface ISpanFormattable
interface ISpanParsable<Decimal32>
interface IUtf8SpanFormattable
interface IUtf8SpanParsable<Decimal32>
interface IAdditionOperators<Decimal32, Decimal32, Decimal32>
interface IAdditiveIdentity<Decimal32, Decimal32>
interface IComparisonOperators<Decimal32, Decimal32, bool>
interface IEqualityOperators<Decimal32, Decimal32, bool>
interface IDecimalFloatingPointIeee754<Decimal32>
interface IDecrementOperators<Decimal32>
interface IDivisionOperators<Decimal32, Decimal32, Decimal32>
interface IExponentialFunctions<Decimal32>
interface IFloatingPointConstants<Decimal32>
interface IIncrementOperators<Decimal32>
interface IMultiplicativeIdentity<Decimal32, Decimal32>
interface IMultiplyOperators<Decimal32, Decimal32, Decimal32>
interface INumberBase<Decimal32>
interface ISubtractionOperators<Decimal32, Decimal32, Decimal32>
interface IUnaryNegationOperators<Decimal32, Decimal32>
interface IUnaryPlusOperators<Decimal32, Decimal32>
interface IFloatingPoint<Decimal32>
interface IModulusOperators<Decimal32, Decimal32, Decimal32>
interface INumber<Decimal32>
interface ISignedNumber<Decimal32>
interface IFloatingPointIeee754<Decimal32>
interface IHyperbolicFunctions<Decimal32>
interface ILogarithmicFunctions<Decimal32>
interface IPowerFunctions<Decimal32>
interface IRootFunctions<Decimal32>
interface ITrigonometricFunctions<Decimal32>
interface IMinMaxValue<Decimal32>
Public Structure Decimal32
Implements IAdditionOperators(Of Decimal32, Decimal32, Decimal32), IAdditiveIdentity(Of Decimal32, Decimal32), IComparable(Of Decimal32), IComparisonOperators(Of Decimal32, Decimal32, Boolean), IDecimalFloatingPointIeee754(Of Decimal32), IDecrementOperators(Of Decimal32), IDivisionOperators(Of Decimal32, Decimal32, Decimal32), IEqualityOperators(Of Decimal32, Decimal32, Boolean), IEquatable(Of Decimal32), IExponentialFunctions(Of Decimal32), IFloatingPoint(Of Decimal32), IFloatingPointConstants(Of Decimal32), IFloatingPointIeee754(Of Decimal32), IHyperbolicFunctions(Of Decimal32), IIncrementOperators(Of Decimal32), ILogarithmicFunctions(Of Decimal32), IMinMaxValue(Of Decimal32), IModulusOperators(Of Decimal32, Decimal32, Decimal32), IMultiplicativeIdentity(Of Decimal32, Decimal32), IMultiplyOperators(Of Decimal32, Decimal32, Decimal32), INumber(Of Decimal32), INumberBase(Of Decimal32), IParsable(Of Decimal32), IPowerFunctions(Of Decimal32), IRootFunctions(Of Decimal32), ISignedNumber(Of Decimal32), ISpanParsable(Of Decimal32), ISubtractionOperators(Of Decimal32, Decimal32, Decimal32), ITrigonometricFunctions(Of Decimal32), IUnaryNegationOperators(Of Decimal32, Decimal32), IUnaryPlusOperators(Of Decimal32, Decimal32), IUtf8SpanParsable(Of Decimal32)
- Héritage
- Implémente
-
IComparable IComparable<Decimal32> IComparable<TSelf> IEquatable<Decimal32> IEquatable<TSelf> IFormattable IParsable<Decimal32> IParsable<TSelf> ISpanFormattable ISpanParsable<Decimal32> ISpanParsable<TSelf> IUtf8SpanFormattable IUtf8SpanParsable<Decimal32> IUtf8SpanParsable<TSelf> IAdditionOperators<Decimal32,Decimal32,Decimal32> IAdditionOperators<TSelf,TSelf,TSelf> IAdditiveIdentity<Decimal32,Decimal32> IAdditiveIdentity<TSelf,TSelf> IComparisonOperators<Decimal32,Decimal32,Boolean> IComparisonOperators<TSelf,TSelf,Boolean> IDecimalFloatingPointIeee754<Decimal32> IDecrementOperators<Decimal32> IDecrementOperators<TSelf> IDivisionOperators<Decimal32,Decimal32,Decimal32> IDivisionOperators<TSelf,TSelf,TSelf> IEqualityOperators<Decimal32,Decimal32,Boolean> IEqualityOperators<TSelf,TOther,TResult> IEqualityOperators<TSelf,TSelf,Boolean> IExponentialFunctions<Decimal32> IExponentialFunctions<TSelf> IFloatingPoint<Decimal32> IFloatingPoint<TSelf> IFloatingPointConstants<Decimal32> IFloatingPointConstants<TSelf> IFloatingPointIeee754<Decimal32> IFloatingPointIeee754<TSelf> IHyperbolicFunctions<Decimal32> IHyperbolicFunctions<TSelf> IIncrementOperators<Decimal32> IIncrementOperators<TSelf> ILogarithmicFunctions<Decimal32> ILogarithmicFunctions<TSelf> IMinMaxValue<Decimal32> IModulusOperators<Decimal32,Decimal32,Decimal32> IModulusOperators<TSelf,TSelf,TSelf> IMultiplicativeIdentity<Decimal32,Decimal32> IMultiplicativeIdentity<TSelf,TSelf> IMultiplyOperators<Decimal32,Decimal32,Decimal32> IMultiplyOperators<TSelf,TSelf,TSelf> INumber<Decimal32> INumber<TSelf> INumberBase<Decimal32> INumberBase<TSelf> IPowerFunctions<Decimal32> IPowerFunctions<TSelf> IRootFunctions<Decimal32> IRootFunctions<TSelf> ISignedNumber<Decimal32> ISignedNumber<TSelf> ISubtractionOperators<Decimal32,Decimal32,Decimal32> ISubtractionOperators<TSelf,TSelf,TSelf> ITrigonometricFunctions<Decimal32> ITrigonometricFunctions<TSelf> IUnaryNegationOperators<Decimal32,Decimal32> IUnaryNegationOperators<TSelf,TSelf> IUnaryPlusOperators<Decimal32,Decimal32> IUnaryPlusOperators<TSelf,TSelf>
Propriétés
| Nom | Description |
|---|---|
| E | |
| Epsilon | |
| MaxValue | |
| MinValue | |
| NaN | |
| NegativeInfinity | |
| NegativeOne | |
| NegativeZero | |
| One | |
| Pi | |
| PositiveInfinity | |
| Tau | |
| Zero | |