Decimal64.DecodeDecimal(UInt64) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Wichtig
Diese API ist nicht CLS-kompatibel.
public:
static System::Numerics::Decimal64 DecodeDecimal(System::UInt64 x);
[System.CLSCompliant(false)]
public static System.Numerics.Decimal64 DecodeDecimal(ulong x);
[<System.CLSCompliant(false)>]
static member DecodeDecimal : uint64 -> System.Numerics.Decimal64
Public Shared Function DecodeDecimal (x As ULong) As Decimal64
Parameter
- x
- UInt64
Gibt zurück
- Attribute