Decimal32.Explicit Opérateur

Définition

Surcharges

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

Explicit(Decimal32 to SByte)

Source:
Decimal32.cs

Important

Cette API n’est pas conforme CLS.

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

Paramètres

value
Decimal32

Retours

Attributs

S’applique à

Explicit(Decimal32 to Single)

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

Paramètres

value
Decimal32

Retours

S’applique à

Explicit(Decimal32 to UInt128)

Source:
Decimal32.cs

Important

Cette API n’est pas conforme CLS.

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

Paramètres

value
Decimal32

Retours

Attributs

S’applique à

Explicit(Decimal32 to UInt16)

Source:
Decimal32.cs

Important

Cette API n’est pas conforme CLS.

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

Paramètres

value
Decimal32

Retours

Attributs

S’applique à

Explicit(Decimal32 to UInt32)

Source:
Decimal32.cs

Important

Cette API n’est pas conforme CLS.

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

Paramètres

value
Decimal32

Retours

Attributs

S’applique à

Explicit(Decimal32 to UInt64)

Source:
Decimal32.cs

Important

Cette API n’est pas conforme CLS.

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

Paramètres

value
Decimal32

Retours

Attributs

S’applique à

Explicit(UInt64 to Decimal32)

Source:
Decimal32.cs

Important

Cette API n’est pas conforme CLS.

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

Paramètres

value
UInt64

Retours

Attributs

S’applique à

Explicit(Decimal64 to Decimal32)

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

Paramètres

value
Decimal64

Retours

S’applique à

Explicit(Single to Decimal32)

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

Paramètres

value
Single

Retours

S’applique à

Explicit(UInt128 to Decimal32)

Source:
Decimal32.cs

Important

Cette API n’est pas conforme CLS.

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

Paramètres

value
UInt128

Retours

Attributs

S’applique à

Explicit(UInt32 to Decimal32)

Source:
Decimal32.cs

Important

Cette API n’est pas conforme CLS.

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

Paramètres

value
UInt32

Retours

Attributs

S’applique à

Explicit(Decimal32 to IntPtr)

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

Paramètres

value
Decimal32

Retours

IntPtr

nativeint

S’applique à

Explicit(UIntPtr to Decimal32)

Source:
Decimal32.cs

Important

Cette API n’est pas conforme CLS.

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

Paramètres

value
UIntPtr

unativeint

Retours

Attributs

S’applique à

Explicit(Decimal32 to UIntPtr)

Source:
Decimal32.cs

Important

Cette API n’est pas conforme CLS.

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

Paramètres

value
Decimal32

Retours

UIntPtr

unativeint

Attributs

S’applique à

Explicit(Decimal32 to Int64)

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

Paramètres

value
Decimal32

Retours

S’applique à

Explicit(Decimal32 to Half)

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

Paramètres

value
Decimal32

Retours

S’applique à

Explicit(Decimal32 to Int16)

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

Paramètres

value
Decimal32

Retours

S’applique à

Explicit(Decimal to Decimal32)

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

Paramètres

value
Decimal

Retours

S’applique à

Explicit(Double to Decimal32)

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

Paramètres

value
Double

Retours

S’applique à

Explicit(Half to Decimal32)

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

Paramètres

value
Half

Retours

S’applique à

Explicit(Int32 to Decimal32)

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

Paramètres

value
Int32

Retours

S’applique à

Explicit(Int64 to Decimal32)

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

Paramètres

value
Int64

Retours

S’applique à

Explicit(IntPtr to Decimal32)

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

Paramètres

value
IntPtr

nativeint

Retours

S’applique à

Explicit(Int128 to Decimal32)

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

Paramètres

value
Int128

Retours

S’applique à

Explicit(Decimal32 to Byte)

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

Paramètres

value
Decimal32

Retours

S’applique à

Explicit(Decimal32 to Char)

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

Paramètres

value
Decimal32

Retours

S’applique à

Explicit(Decimal32 to Decimal)

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

Paramètres

value
Decimal32

Retours

S’applique à

Explicit(Decimal32 to Double)

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

Paramètres

value
Decimal32

Retours

S’applique à

Explicit(Decimal32 to Int32)

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

Paramètres

value
Decimal32

Retours

S’applique à

Explicit(Decimal32 to Int128)

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

Paramètres

value
Decimal32

Retours

S’applique à

Explicit(Decimal128 to Decimal32)

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

Paramètres

value
Decimal128

Retours

S’applique à