Decimal64.Implicit Operator

Definition

Überlädt

Implicit(UInt32 to Decimal64)

Quelle:
Decimal64.cs

Wichtig

Diese API ist nicht CLS-kompatibel.

public:
 static operator System::Numerics::Decimal64(System::UInt32 value);
[System.CLSCompliant(false)]
public static implicit operator System.Numerics.Decimal64(uint value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint32 -> System.Numerics.Decimal64
Public Shared Widening Operator CType (value As UInteger) As Decimal64

Parameter

value
UInt32

Gibt zurück

Attribute

Gilt für:

Implicit(UInt16 to Decimal64)

Quelle:
Decimal64.cs

Wichtig

Diese API ist nicht CLS-kompatibel.

public:
 static operator System::Numerics::Decimal64(System::UInt16 value);
[System.CLSCompliant(false)]
public static implicit operator System.Numerics.Decimal64(ushort value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint16 -> System.Numerics.Decimal64
Public Shared Widening Operator CType (value As UShort) As Decimal64

Parameter

value
UInt16

Gibt zurück

Attribute

Gilt für:

Implicit(SByte to Decimal64)

Quelle:
Decimal64.cs

Wichtig

Diese API ist nicht CLS-kompatibel.

public:
 static operator System::Numerics::Decimal64(System::SByte value);
[System.CLSCompliant(false)]
public static implicit operator System.Numerics.Decimal64(sbyte value);
[<System.CLSCompliant(false)>]
static member op_Implicit : sbyte -> System.Numerics.Decimal64
Public Shared Widening Operator CType (value As SByte) As Decimal64

Parameter

value
SByte

Gibt zurück

Attribute

Gilt für:

Implicit(Decimal64 to Decimal128)

Quelle:
Decimal64.cs
public:
 static operator System::Numerics::Decimal128(System::Numerics::Decimal64 value);
public static implicit operator System.Numerics.Decimal128(System.Numerics.Decimal64 value);
static member op_Implicit : System.Numerics.Decimal64 -> System.Numerics.Decimal128
Public Shared Widening Operator CType (value As Decimal64) As Decimal128

Parameter

value
Decimal64

Gibt zurück

Gilt für:

Implicit(Byte to Decimal64)

Quelle:
Decimal64.cs
public:
 static operator System::Numerics::Decimal64(System::Byte value);
public static implicit operator System.Numerics.Decimal64(byte value);
static member op_Implicit : byte -> System.Numerics.Decimal64
Public Shared Widening Operator CType (value As Byte) As Decimal64

Parameter

value
Byte

Gibt zurück

Gilt für:

Implicit(Int16 to Decimal64)

Quelle:
Decimal64.cs
public:
 static operator System::Numerics::Decimal64(short value);
public static implicit operator System.Numerics.Decimal64(short value);
static member op_Implicit : int16 -> System.Numerics.Decimal64
Public Shared Widening Operator CType (value As Short) As Decimal64

Parameter

value
Int16

Gibt zurück

Gilt für:

Implicit(Char to Decimal64)

Quelle:
Decimal64.cs
public:
 static operator System::Numerics::Decimal64(char value);
public static implicit operator System.Numerics.Decimal64(char value);
static member op_Implicit : char -> System.Numerics.Decimal64
Public Shared Widening Operator CType (value As Char) As Decimal64

Parameter

value
Char

Gibt zurück

Gilt für:

Implicit(Int32 to Decimal64)

Quelle:
Decimal64.cs
public:
 static operator System::Numerics::Decimal64(int value);
public static implicit operator System.Numerics.Decimal64(int value);
static member op_Implicit : int -> System.Numerics.Decimal64
Public Shared Widening Operator CType (value As Integer) As Decimal64

Parameter

value
Int32

Gibt zurück

Gilt für: