Sprache

Decimal64.Explicit Operator

Definition

Überlädt

Name Beschreibung
Explicit(Decimal64 to IntPtr)
Explicit(Decimal64 to SByte)
Explicit(Decimal64 to Single)
Explicit(Decimal64 to UInt128)
Explicit(Decimal64 to UInt16)
Explicit(Decimal64 to UInt32)
Explicit(UIntPtr to Decimal64)
Explicit(Decimal64 to UIntPtr)
Explicit(Single to Decimal64)
Explicit(UInt128 to Decimal64)
Explicit(UInt64 to Decimal64)
Explicit(Decimal64 to Int64)
Explicit(Decimal64 to UInt64)
Explicit(Decimal64 to Int32)
Explicit(Decimal64 to Half)
Explicit(Decimal64 to Int128)
Explicit(Double to Decimal64)
Explicit(Half to Decimal64)
Explicit(Int128 to Decimal64)
Explicit(Int64 to Decimal64)
Explicit(IntPtr to Decimal64)
Explicit(Decimal to Decimal64)
Explicit(Decimal64 to Byte)
Explicit(Decimal64 to Char)
Explicit(Decimal64 to Decimal)
Explicit(Decimal64 to Double)
Explicit(Decimal64 to Int16)
Explicit(Decimal128 to Decimal64)

Explicit(Decimal64 to IntPtr)

Quelle:
Decimal64.cs
public:
 static explicit operator IntPtr(System::Numerics::Decimal64 value);
public static explicit operator IntPtr(System.Numerics.Decimal64 value);
static member op_Explicit : System.Numerics.Decimal64 -> nativeint
Public Shared Narrowing Operator CType (value As Decimal64) As IntPtr

Parameter

value
Decimal64

Gibt zurück

IntPtr

nativeint

Gilt für:

Explicit(Decimal64 to SByte)

Quelle:
Decimal64.cs

Wichtig

Diese API ist nicht CLS-kompatibel.

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

Parameter

value
Decimal64

Gibt zurück

Attribute

Gilt für:

Explicit(Decimal64 to Single)

Quelle:
Decimal64.cs
public:
 static explicit operator float(System::Numerics::Decimal64 value);
public static explicit operator float(System.Numerics.Decimal64 value);
static member op_Explicit : System.Numerics.Decimal64 -> single
Public Shared Narrowing Operator CType (value As Decimal64) As Single

Parameter

value
Decimal64

Gibt zurück

Gilt für:

Explicit(Decimal64 to UInt128)

Quelle:
Decimal64.cs

Wichtig

Diese API ist nicht CLS-kompatibel.

public:
 static explicit operator UInt128(System::Numerics::Decimal64 value);
[System.CLSCompliant(false)]
public static explicit operator UInt128(System.Numerics.Decimal64 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : System.Numerics.Decimal64 -> UInt128
Public Shared Narrowing Operator CType (value As Decimal64) As UInt128

Parameter

value
Decimal64

Gibt zurück

Attribute

Gilt für:

Explicit(Decimal64 to UInt16)

Quelle:
Decimal64.cs

Wichtig

Diese API ist nicht CLS-kompatibel.

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

Parameter

value
Decimal64

Gibt zurück

Attribute

Gilt für:

Explicit(Decimal64 to UInt32)

Quelle:
Decimal64.cs

Wichtig

Diese API ist nicht CLS-kompatibel.

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

Parameter

value
Decimal64

Gibt zurück

Attribute

Gilt für:

Explicit(UIntPtr to Decimal64)

Quelle:
Decimal64.cs

Wichtig

Diese API ist nicht CLS-kompatibel.

public:
 static explicit operator System::Numerics::Decimal64(UIntPtr value);
[System.CLSCompliant(false)]
public static explicit operator System.Numerics.Decimal64(UIntPtr value);
[<System.CLSCompliant(false)>]
static member op_Explicit : unativeint -> System.Numerics.Decimal64
Public Shared Narrowing Operator CType (value As UIntPtr) As Decimal64

Parameter

value
UIntPtr

unativeint

Gibt zurück

Attribute

Gilt für:

Explicit(Decimal64 to UIntPtr)

Quelle:
Decimal64.cs

Wichtig

Diese API ist nicht CLS-kompatibel.

public:
 static explicit operator UIntPtr(System::Numerics::Decimal64 value);
[System.CLSCompliant(false)]
public static explicit operator UIntPtr(System.Numerics.Decimal64 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : System.Numerics.Decimal64 -> unativeint
Public Shared Narrowing Operator CType (value As Decimal64) As UIntPtr

Parameter

value
Decimal64

Gibt zurück

UIntPtr

unativeint

Attribute

Gilt für:

Explicit(Single to Decimal64)

Quelle:
Decimal64.cs
public:
 static explicit operator System::Numerics::Decimal64(float value);
public static explicit operator System.Numerics.Decimal64(float value);
static member op_Explicit : single -> System.Numerics.Decimal64
Public Shared Narrowing Operator CType (value As Single) As Decimal64

Parameter

value
Single

Gibt zurück

Gilt für:

Explicit(UInt128 to Decimal64)

Quelle:
Decimal64.cs

Wichtig

Diese API ist nicht CLS-kompatibel.

public:
 static explicit operator System::Numerics::Decimal64(UInt128 value);
[System.CLSCompliant(false)]
public static explicit operator System.Numerics.Decimal64(UInt128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : UInt128 -> System.Numerics.Decimal64
Public Shared Narrowing Operator CType (value As UInt128) As Decimal64

Parameter

value
UInt128

Gibt zurück

Attribute

Gilt für:

Explicit(UInt64 to Decimal64)

Quelle:
Decimal64.cs

Wichtig

Diese API ist nicht CLS-kompatibel.

public:
 static explicit operator System::Numerics::Decimal64(System::UInt64 value);
[System.CLSCompliant(false)]
public static explicit operator System.Numerics.Decimal64(ulong value);
[<System.CLSCompliant(false)>]
static member op_Explicit : uint64 -> System.Numerics.Decimal64
Public Shared Narrowing Operator CType (value As ULong) As Decimal64

Parameter

value
UInt64

Gibt zurück

Attribute

Gilt für:

Explicit(Decimal64 to Int64)

Quelle:
Decimal64.cs
public:
 static explicit operator long(System::Numerics::Decimal64 value);
public static explicit operator long(System.Numerics.Decimal64 value);
static member op_Explicit : System.Numerics.Decimal64 -> int64
Public Shared Narrowing Operator CType (value As Decimal64) As Long

Parameter

value
Decimal64

Gibt zurück

Gilt für:

Explicit(Decimal64 to UInt64)

Quelle:
Decimal64.cs

Wichtig

Diese API ist nicht CLS-kompatibel.

public:
 static explicit operator System::UInt64(System::Numerics::Decimal64 value);
[System.CLSCompliant(false)]
public static explicit operator ulong(System.Numerics.Decimal64 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : System.Numerics.Decimal64 -> uint64
Public Shared Narrowing Operator CType (value As Decimal64) As ULong

Parameter

value
Decimal64

Gibt zurück

Attribute

Gilt für:

Explicit(Decimal64 to Int32)

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

Parameter

value
Decimal64

Gibt zurück

Gilt für:

Explicit(Decimal64 to Half)

Quelle:
Decimal64.cs
public:
 static explicit operator Half(System::Numerics::Decimal64 value);
public static explicit operator Half(System.Numerics.Decimal64 value);
static member op_Explicit : System.Numerics.Decimal64 -> Half
Public Shared Narrowing Operator CType (value As Decimal64) As Half

Parameter

value
Decimal64

Gibt zurück

Gilt für:

Explicit(Decimal64 to Int128)

Quelle:
Decimal64.cs
public:
 static explicit operator Int128(System::Numerics::Decimal64 value);
public static explicit operator Int128(System.Numerics.Decimal64 value);
static member op_Explicit : System.Numerics.Decimal64 -> Int128
Public Shared Narrowing Operator CType (value As Decimal64) As Int128

Parameter

value
Decimal64

Gibt zurück

Gilt für:

Explicit(Double to Decimal64)

Quelle:
Decimal64.cs
public:
 static explicit operator System::Numerics::Decimal64(double value);
public static explicit operator System.Numerics.Decimal64(double value);
static member op_Explicit : double -> System.Numerics.Decimal64
Public Shared Narrowing Operator CType (value As Double) As Decimal64

Parameter

value
Double

Gibt zurück

Gilt für:

Explicit(Half to Decimal64)

Quelle:
Decimal64.cs
public:
 static explicit operator System::Numerics::Decimal64(Half value);
public static explicit operator System.Numerics.Decimal64(Half value);
static member op_Explicit : Half -> System.Numerics.Decimal64
Public Shared Narrowing Operator CType (value As Half) As Decimal64

Parameter

value
Half

Gibt zurück

Gilt für:

Explicit(Int128 to Decimal64)

Quelle:
Decimal64.cs
public:
 static explicit operator System::Numerics::Decimal64(Int128 value);
public static explicit operator System.Numerics.Decimal64(Int128 value);
static member op_Explicit : Int128 -> System.Numerics.Decimal64
Public Shared Narrowing Operator CType (value As Int128) As Decimal64

Parameter

value
Int128

Gibt zurück

Gilt für:

Explicit(Int64 to Decimal64)

Quelle:
Decimal64.cs
public:
 static explicit operator System::Numerics::Decimal64(long value);
public static explicit operator System.Numerics.Decimal64(long value);
static member op_Explicit : int64 -> System.Numerics.Decimal64
Public Shared Narrowing Operator CType (value As Long) As Decimal64

Parameter

value
Int64

Gibt zurück

Gilt für:

Explicit(IntPtr to Decimal64)

Quelle:
Decimal64.cs
public:
 static explicit operator System::Numerics::Decimal64(IntPtr value);
public static explicit operator System.Numerics.Decimal64(IntPtr value);
static member op_Explicit : nativeint -> System.Numerics.Decimal64
Public Shared Narrowing Operator CType (value As IntPtr) As Decimal64

Parameter

value
IntPtr

nativeint

Gibt zurück

Gilt für:

Explicit(Decimal to Decimal64)

Quelle:
Decimal64.cs
public:
 static explicit operator System::Numerics::Decimal64(System::Decimal value);
public static explicit operator System.Numerics.Decimal64(decimal value);
static member op_Explicit : decimal -> System.Numerics.Decimal64
Public Shared Narrowing Operator CType (value As Decimal) As Decimal64

Parameter

value
Decimal

Gibt zurück

Gilt für:

Explicit(Decimal64 to Byte)

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

Parameter

value
Decimal64

Gibt zurück

Gilt für:

Explicit(Decimal64 to Char)

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

Parameter

value
Decimal64

Gibt zurück

Gilt für:

Explicit(Decimal64 to Decimal)

Quelle:
Decimal64.cs
public:
 static explicit operator System::Decimal(System::Numerics::Decimal64 value);
public static explicit operator decimal(System.Numerics.Decimal64 value);
static member op_Explicit : System.Numerics.Decimal64 -> decimal
Public Shared Narrowing Operator CType (value As Decimal64) As Decimal

Parameter

value
Decimal64

Gibt zurück

Gilt für:

Explicit(Decimal64 to Double)

Quelle:
Decimal64.cs
public:
 static explicit operator double(System::Numerics::Decimal64 value);
public static explicit operator double(System.Numerics.Decimal64 value);
static member op_Explicit : System.Numerics.Decimal64 -> double
Public Shared Narrowing Operator CType (value As Decimal64) As Double

Parameter

value
Decimal64

Gibt zurück

Gilt für:

Explicit(Decimal64 to Int16)

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

Parameter

value
Decimal64

Gibt zurück

Gilt für:

Explicit(Decimal128 to Decimal64)

Quelle:
Decimal64.cs
public:
 static explicit operator System::Numerics::Decimal64(System::Numerics::Decimal128 value);
public static explicit operator System.Numerics.Decimal64(System.Numerics.Decimal128 value);
static member op_Explicit : System.Numerics.Decimal128 -> System.Numerics.Decimal64
Public Shared Narrowing Operator CType (value As Decimal128) As Decimal64

Parameter

value
Decimal128

Gibt zurück

Gilt für: