Decimal64.EncodeBinary(Decimal64) 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::UInt64 EncodeBinary(System::Numerics::Decimal64 x);
[System.CLSCompliant(false)]
public static ulong EncodeBinary(System.Numerics.Decimal64 x);
[<System.CLSCompliant(false)>]
static member EncodeBinary : System.Numerics.Decimal64 -> uint64
Public Shared Function EncodeBinary (x As Decimal64) As ULong
Parameters
Returns
- Attributes