言語

Decimal64.Implicit Operator

定義

オーバーロード

Implicit(UInt32 to Decimal64)

ソース:
Decimal64.cs

重要

この API は CLS 準拠ではありません。

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

パラメーター

value
UInt32

返品

属性

適用対象

Implicit(UInt16 to Decimal64)

ソース:
Decimal64.cs

重要

この API は CLS 準拠ではありません。

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

パラメーター

value
UInt16

返品

属性

適用対象

Implicit(SByte to Decimal64)

ソース:
Decimal64.cs

重要

この API は CLS 準拠ではありません。

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

パラメーター

value
SByte

返品

属性

適用対象

Implicit(Decimal64 to Decimal128)

ソース:
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

パラメーター

value
Decimal64

返品

適用対象

Implicit(Byte to Decimal64)

ソース:
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

パラメーター

value
Byte

返品

適用対象

Implicit(Int16 to Decimal64)

ソース:
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

パラメーター

value
Int16

返品

適用対象

Implicit(Char to Decimal64)

ソース:
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

パラメーター

value
Char

返品

適用対象

Implicit(Int32 to Decimal64)

ソース:
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

パラメーター

value
Int32

返品

適用対象