Decimal64.DecodeDecimal(UInt64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
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
Parameters
- x
- UInt64
Returns
- Attributes