Decimal64 Struktúra
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
public value class Decimal64 : IComparable<System::Numerics::Decimal64>, IEquatable<System::Numerics::Decimal64>, IParsable<System::Numerics::Decimal64>, ISpanParsable<System::Numerics::Decimal64>, IUtf8SpanParsable<System::Numerics::Decimal64>, System::Numerics::IAdditionOperators<System::Numerics::Decimal64, System::Numerics::Decimal64, System::Numerics::Decimal64>, System::Numerics::IAdditiveIdentity<System::Numerics::Decimal64, System::Numerics::Decimal64>, System::Numerics::IComparisonOperators<System::Numerics::Decimal64, System::Numerics::Decimal64, bool>, System::Numerics::IDecimalFloatingPointIeee754<System::Numerics::Decimal64>, System::Numerics::IDecrementOperators<System::Numerics::Decimal64>, System::Numerics::IDivisionOperators<System::Numerics::Decimal64, System::Numerics::Decimal64, System::Numerics::Decimal64>, System::Numerics::IEqualityOperators<System::Numerics::Decimal64, System::Numerics::Decimal64, bool>, System::Numerics::IExponentialFunctions<System::Numerics::Decimal64>, System::Numerics::IFloatingPoint<System::Numerics::Decimal64>, System::Numerics::IFloatingPointConstants<System::Numerics::Decimal64>, System::Numerics::IFloatingPointIeee754<System::Numerics::Decimal64>, System::Numerics::IHyperbolicFunctions<System::Numerics::Decimal64>, System::Numerics::IIncrementOperators<System::Numerics::Decimal64>, System::Numerics::ILogarithmicFunctions<System::Numerics::Decimal64>, System::Numerics::IMinMaxValue<System::Numerics::Decimal64>, System::Numerics::IModulusOperators<System::Numerics::Decimal64, System::Numerics::Decimal64, System::Numerics::Decimal64>, System::Numerics::IMultiplicativeIdentity<System::Numerics::Decimal64, System::Numerics::Decimal64>, System::Numerics::IMultiplyOperators<System::Numerics::Decimal64, System::Numerics::Decimal64, System::Numerics::Decimal64>, System::Numerics::INumber<System::Numerics::Decimal64>, System::Numerics::INumberBase<System::Numerics::Decimal64>, System::Numerics::IPowerFunctions<System::Numerics::Decimal64>, System::Numerics::IRootFunctions<System::Numerics::Decimal64>, System::Numerics::ISignedNumber<System::Numerics::Decimal64>, System::Numerics::ISubtractionOperators<System::Numerics::Decimal64, System::Numerics::Decimal64, System::Numerics::Decimal64>, System::Numerics::ITrigonometricFunctions<System::Numerics::Decimal64>, System::Numerics::IUnaryNegationOperators<System::Numerics::Decimal64, System::Numerics::Decimal64>, System::Numerics::IUnaryPlusOperators<System::Numerics::Decimal64, System::Numerics::Decimal64>
public readonly struct Decimal64 : IComparable<System.Numerics.Decimal64>, IEquatable<System.Numerics.Decimal64>, IParsable<System.Numerics.Decimal64>, ISpanParsable<System.Numerics.Decimal64>, IUtf8SpanParsable<System.Numerics.Decimal64>, System.Numerics.IAdditionOperators<System.Numerics.Decimal64,System.Numerics.Decimal64,System.Numerics.Decimal64>, System.Numerics.IAdditiveIdentity<System.Numerics.Decimal64,System.Numerics.Decimal64>, System.Numerics.IComparisonOperators<System.Numerics.Decimal64,System.Numerics.Decimal64,bool>, System.Numerics.IDecimalFloatingPointIeee754<System.Numerics.Decimal64>, System.Numerics.IDecrementOperators<System.Numerics.Decimal64>, System.Numerics.IDivisionOperators<System.Numerics.Decimal64,System.Numerics.Decimal64,System.Numerics.Decimal64>, System.Numerics.IEqualityOperators<System.Numerics.Decimal64,System.Numerics.Decimal64,bool>, System.Numerics.IExponentialFunctions<System.Numerics.Decimal64>, System.Numerics.IFloatingPoint<System.Numerics.Decimal64>, System.Numerics.IFloatingPointConstants<System.Numerics.Decimal64>, System.Numerics.IFloatingPointIeee754<System.Numerics.Decimal64>, System.Numerics.IHyperbolicFunctions<System.Numerics.Decimal64>, System.Numerics.IIncrementOperators<System.Numerics.Decimal64>, System.Numerics.ILogarithmicFunctions<System.Numerics.Decimal64>, System.Numerics.IMinMaxValue<System.Numerics.Decimal64>, System.Numerics.IModulusOperators<System.Numerics.Decimal64,System.Numerics.Decimal64,System.Numerics.Decimal64>, System.Numerics.IMultiplicativeIdentity<System.Numerics.Decimal64,System.Numerics.Decimal64>, System.Numerics.IMultiplyOperators<System.Numerics.Decimal64,System.Numerics.Decimal64,System.Numerics.Decimal64>, System.Numerics.INumber<System.Numerics.Decimal64>, System.Numerics.INumberBase<System.Numerics.Decimal64>, System.Numerics.IPowerFunctions<System.Numerics.Decimal64>, System.Numerics.IRootFunctions<System.Numerics.Decimal64>, System.Numerics.ISignedNumber<System.Numerics.Decimal64>, System.Numerics.ISubtractionOperators<System.Numerics.Decimal64,System.Numerics.Decimal64,System.Numerics.Decimal64>, System.Numerics.ITrigonometricFunctions<System.Numerics.Decimal64>, System.Numerics.IUnaryNegationOperators<System.Numerics.Decimal64,System.Numerics.Decimal64>, System.Numerics.IUnaryPlusOperators<System.Numerics.Decimal64,System.Numerics.Decimal64>
type Decimal64 = struct
interface IFormattable
interface IParsable<Decimal64>
interface ISpanFormattable
interface ISpanParsable<Decimal64>
interface IUtf8SpanFormattable
interface IUtf8SpanParsable<Decimal64>
interface IAdditionOperators<Decimal64, Decimal64, Decimal64>
interface IAdditiveIdentity<Decimal64, Decimal64>
interface IComparisonOperators<Decimal64, Decimal64, bool>
interface IEqualityOperators<Decimal64, Decimal64, bool>
interface IDecimalFloatingPointIeee754<Decimal64>
interface IDecrementOperators<Decimal64>
interface IDivisionOperators<Decimal64, Decimal64, Decimal64>
interface IExponentialFunctions<Decimal64>
interface IFloatingPointConstants<Decimal64>
interface IIncrementOperators<Decimal64>
interface IMultiplicativeIdentity<Decimal64, Decimal64>
interface IMultiplyOperators<Decimal64, Decimal64, Decimal64>
interface INumberBase<Decimal64>
interface ISubtractionOperators<Decimal64, Decimal64, Decimal64>
interface IUnaryNegationOperators<Decimal64, Decimal64>
interface IUnaryPlusOperators<Decimal64, Decimal64>
interface IFloatingPoint<Decimal64>
interface IModulusOperators<Decimal64, Decimal64, Decimal64>
interface INumber<Decimal64>
interface ISignedNumber<Decimal64>
interface IFloatingPointIeee754<Decimal64>
interface IHyperbolicFunctions<Decimal64>
interface ILogarithmicFunctions<Decimal64>
interface IPowerFunctions<Decimal64>
interface IRootFunctions<Decimal64>
interface ITrigonometricFunctions<Decimal64>
interface IMinMaxValue<Decimal64>
Public Structure Decimal64
Implements IAdditionOperators(Of Decimal64, Decimal64, Decimal64), IAdditiveIdentity(Of Decimal64, Decimal64), IComparable(Of Decimal64), IComparisonOperators(Of Decimal64, Decimal64, Boolean), IDecimalFloatingPointIeee754(Of Decimal64), IDecrementOperators(Of Decimal64), IDivisionOperators(Of Decimal64, Decimal64, Decimal64), IEqualityOperators(Of Decimal64, Decimal64, Boolean), IEquatable(Of Decimal64), IExponentialFunctions(Of Decimal64), IFloatingPoint(Of Decimal64), IFloatingPointConstants(Of Decimal64), IFloatingPointIeee754(Of Decimal64), IHyperbolicFunctions(Of Decimal64), IIncrementOperators(Of Decimal64), ILogarithmicFunctions(Of Decimal64), IMinMaxValue(Of Decimal64), IModulusOperators(Of Decimal64, Decimal64, Decimal64), IMultiplicativeIdentity(Of Decimal64, Decimal64), IMultiplyOperators(Of Decimal64, Decimal64, Decimal64), INumber(Of Decimal64), INumberBase(Of Decimal64), IParsable(Of Decimal64), IPowerFunctions(Of Decimal64), IRootFunctions(Of Decimal64), ISignedNumber(Of Decimal64), ISpanParsable(Of Decimal64), ISubtractionOperators(Of Decimal64, Decimal64, Decimal64), ITrigonometricFunctions(Of Decimal64), IUnaryNegationOperators(Of Decimal64, Decimal64), IUnaryPlusOperators(Of Decimal64, Decimal64), IUtf8SpanParsable(Of Decimal64)
- Öröklődés
- Megvalósítás
-
IComparable IComparable<Decimal64> IComparable<TSelf> IEquatable<Decimal64> IEquatable<TSelf> IFormattable IParsable<Decimal64> IParsable<TSelf> ISpanFormattable ISpanParsable<Decimal64> ISpanParsable<TSelf> IUtf8SpanFormattable IUtf8SpanParsable<Decimal64> IUtf8SpanParsable<TSelf> IAdditionOperators<Decimal64,Decimal64,Decimal64> IAdditionOperators<TSelf,TSelf,TSelf> IAdditiveIdentity<Decimal64,Decimal64> IAdditiveIdentity<TSelf,TSelf> IComparisonOperators<Decimal64,Decimal64,Boolean> IComparisonOperators<TSelf,TSelf,Boolean> IDecimalFloatingPointIeee754<Decimal64> IDecrementOperators<Decimal64> IDecrementOperators<TSelf> IDivisionOperators<Decimal64,Decimal64,Decimal64> IDivisionOperators<TSelf,TSelf,TSelf> IEqualityOperators<Decimal64,Decimal64,Boolean> IEqualityOperators<TSelf,TOther,TResult> IEqualityOperators<TSelf,TSelf,Boolean> IExponentialFunctions<Decimal64> IExponentialFunctions<TSelf> IFloatingPoint<Decimal64> IFloatingPoint<TSelf> IFloatingPointConstants<Decimal64> IFloatingPointConstants<TSelf> IFloatingPointIeee754<Decimal64> IFloatingPointIeee754<TSelf> IHyperbolicFunctions<Decimal64> IHyperbolicFunctions<TSelf> IIncrementOperators<Decimal64> IIncrementOperators<TSelf> ILogarithmicFunctions<Decimal64> ILogarithmicFunctions<TSelf> IMinMaxValue<Decimal64> IModulusOperators<Decimal64,Decimal64,Decimal64> IModulusOperators<TSelf,TSelf,TSelf> IMultiplicativeIdentity<Decimal64,Decimal64> IMultiplicativeIdentity<TSelf,TSelf> IMultiplyOperators<Decimal64,Decimal64,Decimal64> IMultiplyOperators<TSelf,TSelf,TSelf> INumber<Decimal64> INumber<TSelf> INumberBase<Decimal64> INumberBase<TSelf> IPowerFunctions<Decimal64> IPowerFunctions<TSelf> IRootFunctions<Decimal64> IRootFunctions<TSelf> ISignedNumber<Decimal64> ISignedNumber<TSelf> ISubtractionOperators<Decimal64,Decimal64,Decimal64> ISubtractionOperators<TSelf,TSelf,TSelf> ITrigonometricFunctions<Decimal64> ITrigonometricFunctions<TSelf> IUnaryNegationOperators<Decimal64,Decimal64> IUnaryNegationOperators<TSelf,TSelf> IUnaryPlusOperators<Decimal64,Decimal64> IUnaryPlusOperators<TSelf,TSelf>
Tulajdonságok
| Name | Description |
|---|---|
| E | |
| Epsilon | |
| MaxValue | |
| MinValue | |
| NaN | |
| NegativeInfinity | |
| NegativeOne | |
| NegativeZero | |
| One | |
| Pi | |
| PositiveInfinity | |
| Tau | |
| Zero | |