SqlSingle.Implicit 연산자

정의

SqlSingle 구조체로 변환합니다.

오버로드

Implicit(SqlByte to SqlSingle)

이 암시적 연산자는 SqlByte 매개 변수를 SqlSingle로 변환합니다.

Implicit(SqlDecimal to SqlSingle)

제공된 SqlDecimal 매개 변수를 SqlSingle로 변환합니다.

Implicit(SqlInt16 to SqlSingle)

제공된 SqlInt16 매개 변수를 SqlSingle로 변환합니다.

Implicit(SqlInt32 to SqlSingle)

제공된 SqlInt32 구조체를 SqlSingle로 변환합니다.

Implicit(SqlInt64 to SqlSingle)

제공된 SqlInt64 매개 변수를 SqlSingle로 변환합니다.

Implicit(SqlMoney to SqlSingle)

제공된 SqlMoney 구조체를 SqlSingle로 변환합니다.

Implicit(Single to SqlSingle)

지정된 부동 소수점 값을 SqlSingle로 변환합니다.

Implicit(SqlByte to SqlSingle)

Source:
SQLSingle.cs
Source:
SQLSingle.cs
Source:
SQLSingle.cs

이 암시적 연산자는 SqlByte 매개 변수를 SqlSingle로 변환합니다.

public:
 static operator System::Data::SqlTypes::SqlSingle(System::Data::SqlTypes::SqlByte x);
public static implicit operator System.Data.SqlTypes.SqlSingle (System.Data.SqlTypes.SqlByte x);
static member op_Implicit : System.Data.SqlTypes.SqlByte -> System.Data.SqlTypes.SqlSingle
Public Shared Widening Operator CType (x As SqlByte) As SqlSingle

매개 변수

x
SqlByte

변환될 SqlByte입니다.

반환

SqlSingle 매개 변수의 Value과 같은 Value 속성을 갖는 새 SqlByte 구조체입니다.

설명

이 연산자에 대 한 해당 메서드는 SqlByte.ToSqlSingle()

추가 정보

적용 대상

Implicit(SqlDecimal to SqlSingle)

Source:
SQLSingle.cs
Source:
SQLSingle.cs
Source:
SQLSingle.cs

제공된 SqlDecimal 매개 변수를 SqlSingle로 변환합니다.

public:
 static operator System::Data::SqlTypes::SqlSingle(System::Data::SqlTypes::SqlDecimal x);
public static implicit operator System.Data.SqlTypes.SqlSingle (System.Data.SqlTypes.SqlDecimal x);
static member op_Implicit : System.Data.SqlTypes.SqlDecimal -> System.Data.SqlTypes.SqlSingle
Public Shared Widening Operator CType (x As SqlDecimal) As SqlSingle

매개 변수

x
SqlDecimal

변환할 SqlDecimal 구조체입니다.

반환

SqlSingle 매개 변수의 Value와 같은 Value를 갖는 새 SqlDecimal 구조체입니다.

설명

이 연산자에 대 한 해당 메서드는 SqlDecimal.ToSqlSingle()

추가 정보

적용 대상

Implicit(SqlInt16 to SqlSingle)

Source:
SQLSingle.cs
Source:
SQLSingle.cs
Source:
SQLSingle.cs

제공된 SqlInt16 매개 변수를 SqlSingle로 변환합니다.

public:
 static operator System::Data::SqlTypes::SqlSingle(System::Data::SqlTypes::SqlInt16 x);
public static implicit operator System.Data.SqlTypes.SqlSingle (System.Data.SqlTypes.SqlInt16 x);
static member op_Implicit : System.Data.SqlTypes.SqlInt16 -> System.Data.SqlTypes.SqlSingle
Public Shared Widening Operator CType (x As SqlInt16) As SqlSingle

매개 변수

x
SqlInt16

변환할 SqlInt16 구조체입니다.

반환

SqlSingle 매개 변수의 Value와 같은 Value를 갖는 새 SqlInt16 구조체입니다.

설명

이 연산자에 대 한 해당 메서드는 SqlInt16.ToSqlSingle()

추가 정보

적용 대상

Implicit(SqlInt32 to SqlSingle)

Source:
SQLSingle.cs
Source:
SQLSingle.cs
Source:
SQLSingle.cs

제공된 SqlInt32 구조체를 SqlSingle로 변환합니다.

public:
 static operator System::Data::SqlTypes::SqlSingle(System::Data::SqlTypes::SqlInt32 x);
public static implicit operator System.Data.SqlTypes.SqlSingle (System.Data.SqlTypes.SqlInt32 x);
static member op_Implicit : System.Data.SqlTypes.SqlInt32 -> System.Data.SqlTypes.SqlSingle
Public Shared Widening Operator CType (x As SqlInt32) As SqlSingle

매개 변수

x
SqlInt32

변환할 SqlInt32 구조체입니다.

반환

SqlSingle 매개 변수의 Value와 같은 Value를 갖는 새 SqlInt32 구조체입니다.

설명

이 연산자에 대 한 해당 메서드는 SqlInt32.ToSqlSingle()

추가 정보

적용 대상

Implicit(SqlInt64 to SqlSingle)

Source:
SQLSingle.cs
Source:
SQLSingle.cs
Source:
SQLSingle.cs

제공된 SqlInt64 매개 변수를 SqlSingle로 변환합니다.

public:
 static operator System::Data::SqlTypes::SqlSingle(System::Data::SqlTypes::SqlInt64 x);
public static implicit operator System.Data.SqlTypes.SqlSingle (System.Data.SqlTypes.SqlInt64 x);
static member op_Implicit : System.Data.SqlTypes.SqlInt64 -> System.Data.SqlTypes.SqlSingle
Public Shared Widening Operator CType (x As SqlInt64) As SqlSingle

매개 변수

x
SqlInt64

변환할 SqlInt64 구조체입니다.

반환

SqlSingle 매개 변수의 Value와 같은 Value를 갖는 새 SqlInt64 구조체입니다.

설명

이 연산자에 대 한 해당 메서드는 SqlInt64.ToSqlSingle()

추가 정보

적용 대상

Implicit(SqlMoney to SqlSingle)

Source:
SQLSingle.cs
Source:
SQLSingle.cs
Source:
SQLSingle.cs

제공된 SqlMoney 구조체를 SqlSingle로 변환합니다.

public:
 static operator System::Data::SqlTypes::SqlSingle(System::Data::SqlTypes::SqlMoney x);
public static implicit operator System.Data.SqlTypes.SqlSingle (System.Data.SqlTypes.SqlMoney x);
static member op_Implicit : System.Data.SqlTypes.SqlMoney -> System.Data.SqlTypes.SqlSingle
Public Shared Widening Operator CType (x As SqlMoney) As SqlSingle

매개 변수

x
SqlMoney

변환할 SqlMoney 구조체입니다.

반환

SqlSingle 매개 변수의 Value와 같은 Value를 갖는 새 SqlMoney 구조체입니다.

설명

이 연산자에 대 한 해당 메서드는 SqlMoney.ToSqlSingle()

추가 정보

적용 대상

Implicit(Single to SqlSingle)

Source:
SQLSingle.cs
Source:
SQLSingle.cs
Source:
SQLSingle.cs

지정된 부동 소수점 값을 SqlSingle로 변환합니다.

public:
 static operator System::Data::SqlTypes::SqlSingle(float x);
public static implicit operator System.Data.SqlTypes.SqlSingle (float x);
static member op_Implicit : single -> System.Data.SqlTypes.SqlSingle
Public Shared Widening Operator CType (x As Single) As SqlSingle

매개 변수

x
Single

SqlSingle로 변환될 부동 소수점 값입니다.

반환

지정된 부동 소수점의 값을 포함하는 SqlSingle 구조체입니다.

추가 정보

적용 대상