Decimal128.Implicit Operator
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Implicit(Byte to Decimal128)
- Quelle:
- Decimal128.cs
public:
static operator System::Numerics::Decimal128(System::Byte value);
public static implicit operator System.Numerics.Decimal128(byte value);
static member op_Implicit : byte -> System.Numerics.Decimal128
Public Shared Widening Operator CType (value As Byte) As Decimal128
Parameter
- value
- Byte
Gibt zurück
Gilt für:
Implicit(Char to Decimal128)
- Quelle:
- Decimal128.cs
public:
static operator System::Numerics::Decimal128(char value);
public static implicit operator System.Numerics.Decimal128(char value);
static member op_Implicit : char -> System.Numerics.Decimal128
Public Shared Widening Operator CType (value As Char) As Decimal128
Parameter
- value
- Char
Gibt zurück
Gilt für:
Implicit(Decimal to Decimal128)
- Quelle:
- Decimal128.cs
public:
static operator System::Numerics::Decimal128(System::Decimal value);
public static implicit operator System.Numerics.Decimal128(decimal value);
static member op_Implicit : decimal -> System.Numerics.Decimal128
Public Shared Widening Operator CType (value As Decimal) As Decimal128
Parameter
- value
- Decimal
Gibt zurück
Gilt für:
Implicit(Int16 to Decimal128)
- Quelle:
- Decimal128.cs
public:
static operator System::Numerics::Decimal128(short value);
public static implicit operator System.Numerics.Decimal128(short value);
static member op_Implicit : int16 -> System.Numerics.Decimal128
Public Shared Widening Operator CType (value As Short) As Decimal128
Parameter
- value
- Int16
Gibt zurück
Gilt für:
Implicit(Int32 to Decimal128)
- Quelle:
- Decimal128.cs
public:
static operator System::Numerics::Decimal128(int value);
public static implicit operator System.Numerics.Decimal128(int value);
static member op_Implicit : int -> System.Numerics.Decimal128
Public Shared Widening Operator CType (value As Integer) As Decimal128
Parameter
- value
- Int32
Gibt zurück
Gilt für:
Implicit(Int64 to Decimal128)
- Quelle:
- Decimal128.cs
public:
static operator System::Numerics::Decimal128(long value);
public static implicit operator System.Numerics.Decimal128(long value);
static member op_Implicit : int64 -> System.Numerics.Decimal128
Public Shared Widening Operator CType (value As Long) As Decimal128
Parameter
- value
- Int64
Gibt zurück
Gilt für:
Implicit(IntPtr to Decimal128)
- Quelle:
- Decimal128.cs
public:
static operator System::Numerics::Decimal128(IntPtr value);
public static implicit operator System.Numerics.Decimal128(IntPtr value);
static member op_Implicit : nativeint -> System.Numerics.Decimal128
Public Shared Widening Operator CType (value As IntPtr) As Decimal128
Parameter
- value
-
IntPtr
nativeint
Gibt zurück
Gilt für:
Implicit(SByte to Decimal128)
- Quelle:
- Decimal128.cs
Wichtig
Diese API ist nicht CLS-kompatibel.
public:
static operator System::Numerics::Decimal128(System::SByte value);
[System.CLSCompliant(false)]
public static implicit operator System.Numerics.Decimal128(sbyte value);
[<System.CLSCompliant(false)>]
static member op_Implicit : sbyte -> System.Numerics.Decimal128
Public Shared Widening Operator CType (value As SByte) As Decimal128
Parameter
- value
- SByte
Gibt zurück
- Attribute
Gilt für:
Implicit(UInt16 to Decimal128)
- Quelle:
- Decimal128.cs
Wichtig
Diese API ist nicht CLS-kompatibel.
public:
static operator System::Numerics::Decimal128(System::UInt16 value);
[System.CLSCompliant(false)]
public static implicit operator System.Numerics.Decimal128(ushort value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint16 -> System.Numerics.Decimal128
Public Shared Widening Operator CType (value As UShort) As Decimal128
Parameter
- value
- UInt16
Gibt zurück
- Attribute
Gilt für:
Implicit(UInt32 to Decimal128)
- Quelle:
- Decimal128.cs
Wichtig
Diese API ist nicht CLS-kompatibel.
public:
static operator System::Numerics::Decimal128(System::UInt32 value);
[System.CLSCompliant(false)]
public static implicit operator System.Numerics.Decimal128(uint value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint32 -> System.Numerics.Decimal128
Public Shared Widening Operator CType (value As UInteger) As Decimal128
Parameter
- value
- UInt32
Gibt zurück
- Attribute
Gilt für:
Implicit(UInt64 to Decimal128)
- Quelle:
- Decimal128.cs
Wichtig
Diese API ist nicht CLS-kompatibel.
public:
static operator System::Numerics::Decimal128(System::UInt64 value);
[System.CLSCompliant(false)]
public static implicit operator System.Numerics.Decimal128(ulong value);
[<System.CLSCompliant(false)>]
static member op_Implicit : uint64 -> System.Numerics.Decimal128
Public Shared Widening Operator CType (value As ULong) As Decimal128
Parameter
- value
- UInt64
Gibt zurück
- Attribute
Gilt für:
Implicit(UIntPtr to Decimal128)
- Quelle:
- Decimal128.cs
Wichtig
Diese API ist nicht CLS-kompatibel.
public:
static operator System::Numerics::Decimal128(UIntPtr value);
[System.CLSCompliant(false)]
public static implicit operator System.Numerics.Decimal128(UIntPtr value);
[<System.CLSCompliant(false)>]
static member op_Implicit : unativeint -> System.Numerics.Decimal128
Public Shared Widening Operator CType (value As UIntPtr) As Decimal128
Parameter
- value
-
UIntPtr
unativeint
Gibt zurück
- Attribute