Decimal32.DecodeBinary(UInt32) 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::Decimal32 DecodeBinary(System::UInt32 x);
[System.CLSCompliant(false)]
public static System.Numerics.Decimal32 DecodeBinary(uint x);
[<System.CLSCompliant(false)>]
static member DecodeBinary : uint32 -> System.Numerics.Decimal32
Public Shared Function DecodeBinary (x As UInteger) As Decimal32
Parameters
- x
- UInt32
Returns
- Attributes