Decimal64.CheckedExplicit(Decimal64 to Byte) Operator

Definition

public:
 static System::Byte op_CheckedExplicit(System::Numerics::Decimal64 value);
public static byte op_CheckedExplicit(System.Numerics.Decimal64 value);
static member op_CheckedExplicit : System.Numerics.Decimal64 -> byte
Public Shared op_CheckedExplicit (value As Decimal64) As Byte

Parameters

value
Decimal64

Returns

Applies to