Decimal64.DecodeBinary(UInt64) 方法

定義

重要

此 API 不符合 CLS 規範。

public:
 static System::Numerics::Decimal64 DecodeBinary(System::UInt64 x);
[System.CLSCompliant(false)]
public static System.Numerics.Decimal64 DecodeBinary(ulong x);
[<System.CLSCompliant(false)>]
static member DecodeBinary : uint64 -> System.Numerics.Decimal64
Public Shared Function DecodeBinary (x As ULong) As Decimal64

參數

x
UInt64

傳回

屬性

適用於