Decimal128.DecodeDecimal(UInt128) 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::Decimal128 DecodeDecimal(UInt128 x);
[System.CLSCompliant(false)]
public static System.Numerics.Decimal128 DecodeDecimal(UInt128 x);
[<System.CLSCompliant(false)>]
static member DecodeDecimal : UInt128 -> System.Numerics.Decimal128
Public Shared Function DecodeDecimal (x As UInt128) As Decimal128
Parameter
- x
- UInt128
Gibt zurück
- Attribute