Decimal32.Implicit Operator

Definition

Überlädt

Implicit(SByte to Decimal32)

Quelle:
Decimal32.cs

Wichtig

Diese API ist nicht CLS-kompatibel.

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

Parameter

value
SByte

Gibt zurück

Attribute

Gilt für:

Implicit(Byte to Decimal32)

Quelle:
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

Parameter

value
Byte

Gibt zurück

Gilt für:

Implicit(Char to Decimal32)

Quelle:
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

Parameter

value
Char

Gibt zurück

Gilt für:

Implicit(Int16 to Decimal32)

Quelle:
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

Parameter

value
Int16

Gibt zurück

Gilt für:

Implicit(Decimal32 to Decimal128)

Quelle:
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

Parameter

value
Decimal32

Gibt zurück

Gilt für:

Implicit(Decimal32 to Decimal64)

Quelle:
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

Parameter

value
Decimal32

Gibt zurück

Gilt für:

Implicit(UInt16 to Decimal32)

Quelle:
Decimal32.cs

Wichtig

Diese API ist nicht CLS-kompatibel.

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

Parameter

value
UInt16

Gibt zurück

Attribute

Gilt für: