Decimal64.Implicit Operatör
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
Implicit(UInt32 to Decimal64)
- Kaynak:
- Decimal64.cs
Önemli
Bu API, CLS uyumlu değildir.
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
Parametreler
- value
- UInt32
Döndürülenler
- Öznitelikler
Şunlara uygulanır
Implicit(UInt16 to Decimal64)
- Kaynak:
- Decimal64.cs
Önemli
Bu API, CLS uyumlu değildir.
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
Parametreler
- value
- UInt16
Döndürülenler
- Öznitelikler
Şunlara uygulanır
Implicit(SByte to Decimal64)
- Kaynak:
- Decimal64.cs
Önemli
Bu API, CLS uyumlu değildir.
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
Parametreler
- value
- SByte
Döndürülenler
- Öznitelikler
Şunlara uygulanır
Implicit(Decimal64 to Decimal128)
- Kaynak:
- 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
Parametreler
- value
- Decimal64
Döndürülenler
Şunlara uygulanır
Implicit(Byte to Decimal64)
- Kaynak:
- 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
Parametreler
- value
- Byte
Döndürülenler
Şunlara uygulanır
Implicit(Int16 to Decimal64)
- Kaynak:
- 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
Parametreler
- value
- Int16
Döndürülenler
Şunlara uygulanır
Implicit(Char to Decimal64)
- Kaynak:
- 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
Parametreler
- value
- Char
Döndürülenler
Şunlara uygulanır
Implicit(Int32 to Decimal64)
- Kaynak:
- 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
Parametreler
- value
- Int32