Decimal32.Implicit Оператор

Определение

Перегрузки

Implicit(SByte to Decimal32)

Исходный код:
Decimal32.cs

Важно!

Этот API несовместим с CLS.

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

Параметры

value
SByte

Возвращаемое значение

Атрибуты

Применяется к

Implicit(Byte to Decimal32)

Исходный код:
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

Параметры

value
Byte

Возвращаемое значение

Применяется к

Implicit(Char to Decimal32)

Исходный код:
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

Параметры

value
Char

Возвращаемое значение

Применяется к

Implicit(Int16 to Decimal32)

Исходный код:
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

Параметры

value
Int16

Возвращаемое значение

Применяется к

Implicit(Decimal32 to Decimal128)

Исходный код:
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

Параметры

value
Decimal32

Возвращаемое значение

Применяется к

Implicit(Decimal32 to Decimal64)

Исходный код:
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

Параметры

value
Decimal32

Возвращаемое значение

Применяется к

Implicit(UInt16 to Decimal32)

Исходный код:
Decimal32.cs

Важно!

Этот API несовместим с CLS.

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

Параметры

value
UInt16

Возвращаемое значение

Атрибуты

Применяется к