Decimal32.Implicit Operator
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
Implicit(SByte to Decimal32)
- Bron:
- Decimal32.cs
Belangrijk
Deze API is niet CLS-conform.
public:
static operator System::Numerics::Decimal32(System::SByte value);
[System.CLSCompliant(false)]
public static implicit operator System.Numerics.Decimal32(sbyte value);
[<System.CLSCompliant(false)>]
static member op_Implicit : sbyte -> System.Numerics.Decimal32
Public Shared Widening Operator CType (value As SByte) As Decimal32
Parameters
- value
- SByte
Retouren
- Kenmerken
Van toepassing op
Implicit(Byte to Decimal32)
- Bron:
- Decimal32.cs
public:
static operator System::Numerics::Decimal32(System::Byte value);
public static implicit operator System.Numerics.Decimal32(byte value);
static member op_Implicit : byte -> System.Numerics.Decimal32
Public Shared Widening Operator CType (value As Byte) As Decimal32
Parameters
- value
- Byte
Retouren
Van toepassing op
Implicit(Char to Decimal32)
- Bron:
- Decimal32.cs
public:
static operator System::Numerics::Decimal32(char value);
public static implicit operator System.Numerics.Decimal32(char value);
static member op_Implicit : char -> System.Numerics.Decimal32
Public Shared Widening Operator CType (value As Char) As Decimal32
Parameters
- value
- Char
Retouren
Van toepassing op
Implicit(Int16 to Decimal32)
- Bron:
- Decimal32.cs
public:
static operator System::Numerics::Decimal32(short value);
public static implicit operator System.Numerics.Decimal32(short value);
static member op_Implicit : int16 -> System.Numerics.Decimal32
Public Shared Widening Operator CType (value As Short) As Decimal32
Parameters
- value
- Int16
Retouren
Van toepassing op
Implicit(Decimal32 to Decimal128)
- Bron:
- Decimal32.cs
public:
static operator System::Numerics::Decimal128(System::Numerics::Decimal32 value);
public static implicit operator System.Numerics.Decimal128(System.Numerics.Decimal32 value);
static member op_Implicit : System.Numerics.Decimal32 -> System.Numerics.Decimal128
Public Shared Widening Operator CType (value As Decimal32) As Decimal128
Parameters
- value
- Decimal32
Retouren
Van toepassing op
Implicit(Decimal32 to Decimal64)
- Bron:
- Decimal32.cs
public:
static operator System::Numerics::Decimal64(System::Numerics::Decimal32 value);
public static implicit operator System.Numerics.Decimal64(System.Numerics.Decimal32 value);
static member op_Implicit : System.Numerics.Decimal32 -> System.Numerics.Decimal64
Public Shared Widening Operator CType (value As Decimal32) As Decimal64
Parameters
- value
- Decimal32
Retouren
Van toepassing op
Implicit(UInt16 to Decimal32)
- Bron:
- Decimal32.cs
Belangrijk
Deze API is niet CLS-conform.
public:
static operator System::Numerics::Decimal32(System::UInt16 value);
[System.CLSCompliant(false)]
public static implicit operator System.Numerics.Decimal32(ushort value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint16 -> System.Numerics.Decimal32
Public Shared Widening Operator CType (value As UShort) As Decimal32
Parameters
- value
- UInt16
Retouren
- Kenmerken